Class: Aws::Types::AwsAccount
- Inherits:
-
Object
- Object
- Aws::Types::AwsAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def account_id @account_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def principal_id @principal_id end |