Class: Aws::Types::UsageInstruction
- Inherits:
-
Object
- Object
- Aws::Types::UsageInstruction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ ::String
Returns the value of attribute type.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def value @value end |