Class: Aws::Types::ScopeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScopeConfiguration
- 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.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#scope_type ⇒ "TENANT", "SUBSCRIPTION"
Returns the value of attribute scope_type.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def scope_type @scope_type end |
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def scope_values @scope_values end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def state_reason @state_reason end |