Class: Aws::Types::UsagePlanKey
- Inherits:
-
Object
- Object
- Aws::Types::UsagePlanKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def value @value end |