Class: Aws::Types::ListZonalShiftsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListZonalShiftsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
152 153 154 |
# File 'sig/types.rbs', line 152 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def next_token @next_token end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
153 154 155 |
# File 'sig/types.rbs', line 153 def resource_identifier @resource_identifier end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
151 152 153 |
# File 'sig/types.rbs', line 151 def status @status end |