Class: Aws::Types::GetReusableDelegationSetLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReusableDelegationSetLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
-
#type ⇒ "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
Returns the value of attribute type.
Instance Attribute Details
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def delegation_set_id @delegation_set_id end |
#type ⇒ "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
Returns the value of attribute type.
659 660 661 |
# File 'sig/types.rbs', line 659 def type @type end |