Class: Aws::Types::ChangeServerLifeCycleStateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def 
  @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.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def source_server_id
  @source_server_id
end