Class: Aws::Types::StartZonalShiftRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartZonalShiftRequest
- 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.
-
#expires_in ⇒ ::String
Returns the value of attribute expires_in.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#away_from ⇒ ::String
Returns the value of attribute away_from.
209 210 211 |
# File 'sig/types.rbs', line 209 def away_from @away_from end |
#comment ⇒ ::String
Returns the value of attribute comment.
211 212 213 |
# File 'sig/types.rbs', line 211 def comment @comment end |
#expires_in ⇒ ::String
Returns the value of attribute expires_in.
210 211 212 |
# File 'sig/types.rbs', line 210 def expires_in @expires_in end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
208 209 210 |
# File 'sig/types.rbs', line 208 def resource_identifier @resource_identifier end |