Class: Aws::Types::AdminAccount

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)


136
137
138
# File 'sig/types.rbs', line 136

def 
  @account_id
end

#status"ENABLED", "DISABLE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLE_IN_PROGRESS")


137
138
139
# File 'sig/types.rbs', line 137

def status
  @status
end