Class: Aws::Types::DelegatedAdminAccount

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)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def 
  @account_id
end

#status"ENABLED", "DISABLE_IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLE_IN_PROGRESS")


1183
1184
1185
# File 'sig/types.rbs', line 1183

def status
  @status
end