Class: Aws::Types::AccountScope

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[::String]

Returns the value of attribute accounts.

Returns:

  • (::Array[::String])


12
13
14
# File 'sig/types.rbs', line 12

def accounts
  @accounts
end

#all_accounts_enabledBoolean

Returns the value of attribute all_accounts_enabled.

Returns:

  • (Boolean)


13
14
15
# File 'sig/types.rbs', line 13

def all_accounts_enabled
  @all_accounts_enabled
end

#exclude_specified_accountsBoolean

Returns the value of attribute exclude_specified_accounts.

Returns:

  • (Boolean)


14
15
16
# File 'sig/types.rbs', line 14

def exclude_specified_accounts
  @exclude_specified_accounts
end