Class: Aws::Types::AutoshiftInResource
- Inherits:
-
Object
- Object
- Aws::Types::AutoshiftInResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_status ⇒ "APPLIED", "NOT_APPLIED"
Returns the value of attribute applied_status.
-
#away_from ⇒ ::String
Returns the value of attribute away_from.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#applied_status ⇒ "APPLIED", "NOT_APPLIED"
Returns the value of attribute applied_status.
17 18 19 |
# File 'sig/types.rbs', line 17 def applied_status @applied_status end |
#away_from ⇒ ::String
Returns the value of attribute away_from.
18 19 20 |
# File 'sig/types.rbs', line 18 def away_from @away_from end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
19 20 21 |
# File 'sig/types.rbs', line 19 def start_time @start_time end |