Class: Aws::Types::CancelPracticeRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelPracticeRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#away_from ⇒ ::String
Returns the value of attribute away_from.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
Instance Attribute Details
#away_from ⇒ ::String
Returns the value of attribute away_from.
39 40 41 |
# File 'sig/types.rbs', line 39 def away_from @away_from end |
#comment ⇒ ::String
Returns the value of attribute comment.
43 44 45 |
# File 'sig/types.rbs', line 43 def comment @comment end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def expiry_time @expiry_time end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
38 39 40 |
# File 'sig/types.rbs', line 38 def resource_identifier @resource_identifier end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
41 42 43 |
# File 'sig/types.rbs', line 41 def start_time @start_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
42 43 44 |
# File 'sig/types.rbs', line 42 def status @status end |
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def zonal_shift_id @zonal_shift_id end |