Class: Aws::Types::ScopeConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::ScopeConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope_type ⇒ "TENANT", "SUBSCRIPTION"
Returns the value of attribute scope_type.
-
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
Instance Attribute Details
#scope_type ⇒ "TENANT", "SUBSCRIPTION"
Returns the value of attribute scope_type.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def scope_type @scope_type end |
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def scope_values @scope_values end |