Class: Aws::Types::AdminScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_scopeTypes::AccountScope

Returns the value of attribute account_scope.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def 
  @account_scope
end

#organizational_unit_scopeTypes::OrganizationalUnitScope

Returns the value of attribute organizational_unit_scope.



33
34
35
# File 'sig/types.rbs', line 33

def organizational_unit_scope
  @organizational_unit_scope
end

#policy_type_scopeTypes::PolicyTypeScope

Returns the value of attribute policy_type_scope.



35
36
37
# File 'sig/types.rbs', line 35

def policy_type_scope
  @policy_type_scope
end

#region_scopeTypes::RegionScope

Returns the value of attribute region_scope.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def region_scope
  @region_scope
end