Class: Aws::Types::Account

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def 
  @account_id
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def email_address
  @email_address
end