Class: Aws::CloudFormation::Types::ParameterDeclaration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The ParameterDeclaration data type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of the parameter.

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#descriptionString

The description that is associate with the parameter.

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#no_echoBoolean

Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.

Returns:

  • (Boolean)


3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_constraintsTypes::ParameterConstraints

The criteria that AWS CloudFormation uses to validate parameter values.



3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_keyString

The name that is associated with the parameter.

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_typeString

The type of parameter.

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-cloudformation/types.rb', line 3362

class ParameterDeclaration < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end