Class: Aws::Types::AWSAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#email_address ⇒ ::String

Returns the value of attribute email_address.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def email_address
  @email_address
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def name
  @name
end