Class: Aws::Types::Customer
- Inherits:
-
Object
- Object
- Aws::Types::Customer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
Returns the value of attribute account.
-
#contacts ⇒ ::Array[Types::Contact]
Returns the value of attribute contacts.
Instance Attribute Details
#account ⇒ Types::Account
Returns the value of attribute account.
317 318 319 |
# File 'sig/types.rbs', line 317 def account @account end |
#contacts ⇒ ::Array[Types::Contact]
Returns the value of attribute contacts.
318 319 320 |
# File 'sig/types.rbs', line 318 def contacts @contacts end |