Class: Aws::Types::GetRotationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRotationOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
-
#rotation_override_id ⇒ ::String
Returns the value of attribute rotation_override_id.
Instance Attribute Details
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def rotation_id @rotation_id end |
#rotation_override_id ⇒ ::String
Returns the value of attribute rotation_override_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def rotation_override_id @rotation_override_id end |