Class: Aws::Types::AccountState

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)


40
41
42
# File 'sig/types.rbs', line 40

def 
  @account_id
end

#resource_stateTypes::ResourceState

Returns the value of attribute resource_state.



42
43
44
# File 'sig/types.rbs', line 42

def resource_state
  @resource_state
end

#stateTypes::State

Returns the value of attribute state.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def state
  @state
end