Class: Aws::Types::SupportTerm
- Inherits:
-
Object
- Object
- Aws::Types::SupportTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#refund_policy ⇒ ::String
Returns the value of attribute refund_policy.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
840 841 842 |
# File 'sig/types.rbs', line 840 def id @id end |
#refund_policy ⇒ ::String
Returns the value of attribute refund_policy.
842 843 844 |
# File 'sig/types.rbs', line 842 def refund_policy @refund_policy end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
841 842 843 |
# File 'sig/types.rbs', line 841 def type @type end |