Module: Aws::ARCZonalShift::Client::_StartZonalShiftResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ZonalShift]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #away_from ⇒ ::String
- #comment ⇒ ::String
- #expiry_time ⇒ ::Time
- #resource_identifier ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "ACTIVE", ...
- #zonal_shift_id ⇒ ::String
Instance Method Details
#away_from ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def away_from: () -> ::String
|
#comment ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def comment: () -> ::String
|
#expiry_time ⇒ ::Time
240 |
# File 'sig/client.rbs', line 240
def expiry_time: () -> ::Time
|
#resource_identifier ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def resource_identifier: () -> ::String
|
#start_time ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241
def start_time: () -> ::Time
|
#status ⇒ "ACTIVE", ...
242 |
# File 'sig/client.rbs', line 242
def status: () -> ("ACTIVE" | "EXPIRED" | "CANCELED")
|
#zonal_shift_id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def zonal_shift_id: () -> ::String
|