Class: Aws::Types::Parameter
- Inherits:
-
Object
- Object
- Aws::Types::Parameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#change_type ⇒ "IMMEDIATE", "REQUIRES_REBOOT"
Returns the value of attribute change_type.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_modifiable ⇒ "TRUE", ...
Returns the value of attribute is_modifiable.
-
#node_type_specific_values ⇒ ::Array[Types::NodeTypeSpecificValue]
Returns the value of attribute node_type_specific_values.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#parameter_type ⇒ "DEFAULT", "NODE_TYPE_SPECIFIC"
Returns the value of attribute parameter_type.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
321 322 323 |
# File 'sig/types.rbs', line 321 def allowed_values @allowed_values end |
#change_type ⇒ "IMMEDIATE", "REQUIRES_REBOOT"
Returns the value of attribute change_type.
323 324 325 |
# File 'sig/types.rbs', line 323 def change_type @change_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
320 321 322 |
# File 'sig/types.rbs', line 320 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
318 319 320 |
# File 'sig/types.rbs', line 318 def description @description end |
#is_modifiable ⇒ "TRUE", ...
Returns the value of attribute is_modifiable.
322 323 324 |
# File 'sig/types.rbs', line 322 def is_modifiable @is_modifiable end |
#node_type_specific_values ⇒ ::Array[Types::NodeTypeSpecificValue]
Returns the value of attribute node_type_specific_values.
317 318 319 |
# File 'sig/types.rbs', line 317 def node_type_specific_values @node_type_specific_values end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def parameter_name @parameter_name end |
#parameter_type ⇒ "DEFAULT", "NODE_TYPE_SPECIFIC"
Returns the value of attribute parameter_type.
315 316 317 |
# File 'sig/types.rbs', line 315 def parameter_type @parameter_type end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
316 317 318 |
# File 'sig/types.rbs', line 316 def parameter_value @parameter_value end |
#source ⇒ ::String
Returns the value of attribute source.
319 320 321 |
# File 'sig/types.rbs', line 319 def source @source end |