Class: Aws::Types::ReusableDelegationSetLimit
- Inherits:
-
Object
- Object
- Aws::Types::ReusableDelegationSetLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
Returns the value of attribute type.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def value @value end |