Class: Aws::Types::ListBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def max_items @max_items end |
#name ⇒ ::String
Returns the value of attribute name.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def name @name end |
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def run_group_id @run_group_id end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def starting_token @starting_token end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def status @status end |