Module: Aws::ARCZonalShift::Client::_StartPracticeRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartPracticeRunResponse]
- 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
221 |
# File 'sig/client.rbs', line 221
def away_from: () -> ::String
|
#comment ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def comment: () -> ::String
|
#expiry_time ⇒ ::Time
222 |
# File 'sig/client.rbs', line 222
def expiry_time: () -> ::Time
|
#resource_identifier ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def resource_identifier: () -> ::String
|
#start_time ⇒ ::Time
223 |
# File 'sig/client.rbs', line 223
def start_time: () -> ::Time
|
#status ⇒ "ACTIVE", ...
224 |
# File 'sig/client.rbs', line 224
def status: () -> ("ACTIVE" | "EXPIRED" | "CANCELED")
|
#zonal_shift_id ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def zonal_shift_id: () -> ::String
|