Class: Aws::Types::ChangeServerLifeCycleStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangeServerLifeCycleStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#life_cycle ⇒ Types::ChangeServerLifeCycleStateSourceServerLifecycle
Returns the value of attribute life_cycle.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def account_id @account_id end |
#life_cycle ⇒ Types::ChangeServerLifeCycleStateSourceServerLifecycle
Returns the value of attribute life_cycle.
79 80 81 |
# File 'sig/types.rbs', line 79 def life_cycle @life_cycle end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def source_server_id @source_server_id end |