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

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

Overview

The ParameterDeclaration data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of the parameter.

Returns:

  • (String)


7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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

#descriptionString

The description that's associate with the parameter.

Returns:

  • (String)


7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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

#no_echoBoolean

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

Returns:

  • (Boolean)


7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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

#parameter_constraintsTypes::ParameterConstraints

The criteria that CloudFormation uses to validate parameter values.



7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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

#parameter_keyString

The name that's associated with the parameter.

Returns:

  • (String)


7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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

#parameter_typeString

The type of parameter.

Returns:

  • (String)


7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7021

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