Class: Aws::Types::ListInstanceGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceGroupsInput
- 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.
993 994 995 |
# File 'sig/types.rbs', line 993 def cluster_id @cluster_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
994 995 996 |
# File 'sig/types.rbs', line 994 def marker @marker end |