Class: Aws::Types::AdminScope
- Inherits:
-
Object
- Object
- Aws::Types::AdminScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_scope ⇒ Types::AccountScope
Returns the value of attribute account_scope.
-
#organizational_unit_scope ⇒ Types::OrganizationalUnitScope
Returns the value of attribute organizational_unit_scope.
-
#policy_type_scope ⇒ Types::PolicyTypeScope
Returns the value of attribute policy_type_scope.
-
#region_scope ⇒ Types::RegionScope
Returns the value of attribute region_scope.
Instance Attribute Details
#account_scope ⇒ Types::AccountScope
Returns the value of attribute account_scope.
32 33 34 |
# File 'sig/types.rbs', line 32 def account_scope @account_scope end |
#organizational_unit_scope ⇒ Types::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_scope ⇒ Types::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_scope ⇒ Types::RegionScope
Returns the value of attribute region_scope.
34 35 36 |
# File 'sig/types.rbs', line 34 def region_scope @region_scope end |