Class: Aws::Types::AccountScope
- Inherits:
-
Object
- Object
- Aws::Types::AccountScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#all_accounts_enabled ⇒ Boolean
Returns the value of attribute all_accounts_enabled.
-
#exclude_specified_accounts ⇒ Boolean
Returns the value of attribute exclude_specified_accounts.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
12 13 14 |
# File 'sig/types.rbs', line 12 def accounts @accounts end |
#all_accounts_enabled ⇒ Boolean
Returns the value of attribute all_accounts_enabled.
13 14 15 |
# File 'sig/types.rbs', line 13 def all_accounts_enabled @all_accounts_enabled end |
#exclude_specified_accounts ⇒ Boolean
Returns the value of attribute exclude_specified_accounts.
14 15 16 |
# File 'sig/types.rbs', line 14 def exclude_specified_accounts @exclude_specified_accounts end |