Class: Aws::Types::ResourceOwner
- Inherits:
-
Object
- Object
- Aws::Types::ResourceOwner
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ Types::ResourceOwnerAccount
Returns the value of attribute account.
-
#org ⇒ Types::ResourceOwnerOrg
Returns the value of attribute org.
Instance Attribute Details
#account ⇒ Types::ResourceOwnerAccount
Returns the value of attribute account.
7199 7200 7201 |
# File 'sig/types.rbs', line 7199 def account @account end |
#org ⇒ Types::ResourceOwnerOrg
Returns the value of attribute org.
7200 7201 7202 |
# File 'sig/types.rbs', line 7200 def org @org end |