Class: Aws::Types::ListBootstrapActionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBootstrapActionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bootstrap_actions ⇒ ::Array[Types::Command]
Returns the value of attribute bootstrap_actions.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#bootstrap_actions ⇒ ::Array[Types::Command]
Returns the value of attribute bootstrap_actions.
961 962 963 |
# File 'sig/types.rbs', line 961 def bootstrap_actions @bootstrap_actions end |
#marker ⇒ ::String
Returns the value of attribute marker.
962 963 964 |
# File 'sig/types.rbs', line 962 def marker @marker end |