You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServerlessApplicationRepository::Types::ParameterValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ParameterValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "__string", # required
  value: "__string", # required
}

Parameter value of the application.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The key associated with the parameter. If you don\'t specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

Returns:

  • (String)

    The key associated with the parameter.

#valueString

The input value associated with the parameter.

Returns:

  • (String)

    The input value associated with the parameter.