Module: Aws::ARCZonalShift::Client::_CancelPracticeRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelPracticeRunResponse]
- 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
85 |
# File 'sig/client.rbs', line 85
def away_from: () -> ::String
|
#comment ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def comment: () -> ::String
|
#expiry_time ⇒ ::Time
86 |
# File 'sig/client.rbs', line 86
def expiry_time: () -> ::Time
|
#resource_identifier ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def resource_identifier: () -> ::String
|
#start_time ⇒ ::Time
87 |
# File 'sig/client.rbs', line 87
def start_time: () -> ::Time
|
#status ⇒ "ACTIVE", ...
88 |
# File 'sig/client.rbs', line 88
def status: () -> ("ACTIVE" | "EXPIRED" | "CANCELED")
|
#zonal_shift_id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def zonal_shift_id: () -> ::String
|