Class: Aws::Types::ListRunGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRunGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def name @name end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def starting_token @starting_token end |