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)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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.



6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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)


6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6130

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