Class: Aws::Types::TermDetails
- Inherits:
-
Object
- Object
- Aws::Types::TermDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#legal_term ⇒ Types::LegalTerm
Returns the value of attribute legal_term.
-
#support_term ⇒ Types::SupportTerm
Returns the value of attribute support_term.
-
#usage_based_pricing_term ⇒ Types::PricingTerm
Returns the value of attribute usage_based_pricing_term.
-
#validity_term ⇒ Types::ValidityTerm
Returns the value of attribute validity_term.
Instance Attribute Details
#legal_term ⇒ Types::LegalTerm
Returns the value of attribute legal_term.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def legal_term @legal_term end |
#support_term ⇒ Types::SupportTerm
Returns the value of attribute support_term.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def support_term @support_term end |
#usage_based_pricing_term ⇒ Types::PricingTerm
Returns the value of attribute usage_based_pricing_term.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def usage_based_pricing_term @usage_based_pricing_term end |
#validity_term ⇒ Types::ValidityTerm
Returns the value of attribute validity_term.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def validity_term @validity_term end |