Class: Aws::Types::CreateReusableDelegationSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateReusableDelegationSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
272 273 274 |
# File 'sig/types.rbs', line 272 def delegation_set @delegation_set end |
#location ⇒ ::String
Returns the value of attribute location.
273 274 275 |
# File 'sig/types.rbs', line 273 def location @location end |