Class: Aws::Types::LaunchActionParameter
- Inherits:
-
Object
- Object
- Aws::Types::LaunchActionParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "SSM_STORE", "DYNAMIC"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "SSM_STORE", "DYNAMIC"
Returns the value of attribute type.
603 604 605 |
# File 'sig/types.rbs', line 603 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
602 603 604 |
# File 'sig/types.rbs', line 602 def value @value end |