Class: Aws::Types::ListBootstrapActionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBootstrapActionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
955 956 957 |
# File 'sig/types.rbs', line 955 def cluster_id @cluster_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
956 957 958 |
# File 'sig/types.rbs', line 956 def marker @marker end |