Class: Aws::Types::AccountGrouping
- Inherits:
-
Object
- Object
- Aws::Types::AccountGrouping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_associate ⇒ Boolean
Returns the value of attribute auto_associate.
-
#linked_account_ids ⇒ ::Array[::String]
Returns the value of attribute linked_account_ids.
-
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
Instance Attribute Details
#auto_associate ⇒ Boolean
Returns the value of attribute auto_associate.
26 27 28 |
# File 'sig/types.rbs', line 26 def auto_associate @auto_associate end |
#linked_account_ids ⇒ ::Array[::String]
Returns the value of attribute linked_account_ids.
25 26 27 |
# File 'sig/types.rbs', line 25 def linked_account_ids @linked_account_ids end |
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def responsibility_transfer_arn @responsibility_transfer_arn end |