Class: Aws::Types::ScopeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScopeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def @authorized_targets end |
#scope ⇒ ::String
Returns the value of attribute scope.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def scope @scope end |