Class: Aws::Types::ScopeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScopeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
-
#included_regions ⇒ ::Array[::String]
Returns the value of attribute included_regions.
-
#scope_type ⇒ ::String
Returns the value of attribute scope_type.
-
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
Instance Attribute Details
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def all_regions @all_regions end |
#included_regions ⇒ ::Array[::String]
Returns the value of attribute included_regions.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def included_regions @included_regions end |
#scope_type ⇒ ::String
Returns the value of attribute scope_type.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def scope_type @scope_type end |
#scope_values ⇒ ::Array[::String]
Returns the value of attribute scope_values.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def scope_values @scope_values end |