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
- Struct
- Aws::ServerlessApplicationRepository::Types::ParameterValue
- 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
-
#name ⇒ String
The key associated with the parameter.
-
#value ⇒ String
The input value associated with the parameter.
Instance Attribute Details
#name ⇒ String
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.
#value ⇒ String
The input value associated with the parameter.