Class: Aws::Types::AzureScopeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureScopeConfiguration
- 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.
4735 4736 4737 |
# File 'sig/types.rbs', line 4735 def scope_type @scope_type end |
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
4736 4737 4738 |
# File 'sig/types.rbs', line 4736 def scope_values @scope_values end |