class Aws::ServerlessApplicationRepository::Types::ParameterValue

Parameter value of the application.

@note When making an API call, you may pass ParameterValue

data as a hash:

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

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] value

The input value associated with the parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/ParameterValue AWS API Documentation

Constants

SENSITIVE