Class: Aws::Types::RequestedTermConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RequestedTermConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConfigurableUpfrontPricingTermConfiguration, RenewalTermConfiguration, Unknown, VariablePaymentTermConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurable_upfront_pricing_term_configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Returns the value of attribute configurable_upfront_pricing_term_configuration.
-
#renewal_term_configuration ⇒ Types::RenewalTermConfiguration
Returns the value of attribute renewal_term_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#variable_payment_term_configuration ⇒ Types::VariablePaymentTermConfiguration
Returns the value of attribute variable_payment_term_configuration.
Instance Attribute Details
#configurable_upfront_pricing_term_configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Returns the value of attribute configurable_upfront_pricing_term_configuration.
765 766 767 |
# File 'sig/types.rbs', line 765 def configurable_upfront_pricing_term_configuration @configurable_upfront_pricing_term_configuration end |
#renewal_term_configuration ⇒ Types::RenewalTermConfiguration
Returns the value of attribute renewal_term_configuration.
766 767 768 |
# File 'sig/types.rbs', line 766 def renewal_term_configuration @renewal_term_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
768 769 770 |
# File 'sig/types.rbs', line 768 def unknown @unknown end |
#variable_payment_term_configuration ⇒ Types::VariablePaymentTermConfiguration
Returns the value of attribute variable_payment_term_configuration.
767 768 769 |
# File 'sig/types.rbs', line 767 def variable_payment_term_configuration @variable_payment_term_configuration end |