Class: Aws::Types::CommandParameter
- Inherits:
-
Object
- Object
- Aws::Types::CommandParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ Types::CommandParameterValue
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
-
#value ⇒ Types::CommandParameterValue
Returns the value of attribute value.
-
#value_conditions ⇒ ::Array[Types::CommandParameterValueCondition]
Returns the value of attribute value_conditions.
Instance Attribute Details
#default_value ⇒ Types::CommandParameterValue
Returns the value of attribute default_value.
644 645 646 |
# File 'sig/types.rbs', line 644 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
646 647 648 |
# File 'sig/types.rbs', line 646 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
641 642 643 |
# File 'sig/types.rbs', line 641 def name @name end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
642 643 644 |
# File 'sig/types.rbs', line 642 def type @type end |
#value ⇒ Types::CommandParameterValue
Returns the value of attribute value.
643 644 645 |
# File 'sig/types.rbs', line 643 def value @value end |
#value_conditions ⇒ ::Array[Types::CommandParameterValueCondition]
Returns the value of attribute value_conditions.
645 646 647 |
# File 'sig/types.rbs', line 645 def value_conditions @value_conditions end |