Class: Aws::Types::AcceptedTerm
- Inherits:
-
Object
- Object
- Aws::Types::AcceptedTerm
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ByolPricingTerm, ConfigurableUpfrontPricingTerm, FixedUpfrontPricingTerm, FreeTrialPricingTerm, LegalTerm, NetPaymentTerm, PaymentScheduleTerm, RecurringPaymentTerm, RenewalTerm, SupportTerm, Unknown, UsageBasedPricingTerm, ValidityTerm, VariablePaymentTerm
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byol_pricing_term ⇒ Types::ByolPricingTerm
Returns the value of attribute byol_pricing_term.
-
#configurable_upfront_pricing_term ⇒ Types::ConfigurableUpfrontPricingTerm
Returns the value of attribute configurable_upfront_pricing_term.
-
#fixed_upfront_pricing_term ⇒ Types::FixedUpfrontPricingTerm
Returns the value of attribute fixed_upfront_pricing_term.
-
#free_trial_pricing_term ⇒ Types::FreeTrialPricingTerm
Returns the value of attribute free_trial_pricing_term.
-
#legal_term ⇒ Types::LegalTerm
Returns the value of attribute legal_term.
-
#net_payment_term ⇒ Types::NetPaymentTerm
Returns the value of attribute net_payment_term.
-
#payment_schedule_term ⇒ Types::PaymentScheduleTerm
Returns the value of attribute payment_schedule_term.
-
#recurring_payment_term ⇒ Types::RecurringPaymentTerm
Returns the value of attribute recurring_payment_term.
-
#renewal_term ⇒ Types::RenewalTerm
Returns the value of attribute renewal_term.
-
#support_term ⇒ Types::SupportTerm
Returns the value of attribute support_term.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#usage_based_pricing_term ⇒ Types::UsageBasedPricingTerm
Returns the value of attribute usage_based_pricing_term.
-
#validity_term ⇒ Types::ValidityTerm
Returns the value of attribute validity_term.
-
#variable_payment_term ⇒ Types::VariablePaymentTerm
Returns the value of attribute variable_payment_term.
Instance Attribute Details
#byol_pricing_term ⇒ Types::ByolPricingTerm
Returns the value of attribute byol_pricing_term.
65 66 67 |
# File 'sig/types.rbs', line 65 def byol_pricing_term @byol_pricing_term end |
#configurable_upfront_pricing_term ⇒ Types::ConfigurableUpfrontPricingTerm
Returns the value of attribute configurable_upfront_pricing_term.
64 65 66 |
# File 'sig/types.rbs', line 64 def configurable_upfront_pricing_term @configurable_upfront_pricing_term end |
#fixed_upfront_pricing_term ⇒ Types::FixedUpfrontPricingTerm
Returns the value of attribute fixed_upfront_pricing_term.
70 71 72 |
# File 'sig/types.rbs', line 70 def fixed_upfront_pricing_term @fixed_upfront_pricing_term end |
#free_trial_pricing_term ⇒ Types::FreeTrialPricingTerm
Returns the value of attribute free_trial_pricing_term.
69 70 71 |
# File 'sig/types.rbs', line 69 def free_trial_pricing_term @free_trial_pricing_term end |
#legal_term ⇒ Types::LegalTerm
Returns the value of attribute legal_term.
60 61 62 |
# File 'sig/types.rbs', line 60 def legal_term @legal_term end |
#net_payment_term ⇒ Types::NetPaymentTerm
Returns the value of attribute net_payment_term.
72 73 74 |
# File 'sig/types.rbs', line 72 def net_payment_term @net_payment_term end |
#payment_schedule_term ⇒ Types::PaymentScheduleTerm
Returns the value of attribute payment_schedule_term.
68 69 70 |
# File 'sig/types.rbs', line 68 def payment_schedule_term @payment_schedule_term end |
#recurring_payment_term ⇒ Types::RecurringPaymentTerm
Returns the value of attribute recurring_payment_term.
66 67 68 |
# File 'sig/types.rbs', line 66 def recurring_payment_term @recurring_payment_term end |
#renewal_term ⇒ Types::RenewalTerm
Returns the value of attribute renewal_term.
62 63 64 |
# File 'sig/types.rbs', line 62 def renewal_term @renewal_term end |
#support_term ⇒ Types::SupportTerm
Returns the value of attribute support_term.
61 62 63 |
# File 'sig/types.rbs', line 61 def support_term @support_term end |
#unknown ⇒ Object
Returns the value of attribute unknown.
73 74 75 |
# File 'sig/types.rbs', line 73 def unknown @unknown end |
#usage_based_pricing_term ⇒ Types::UsageBasedPricingTerm
Returns the value of attribute usage_based_pricing_term.
63 64 65 |
# File 'sig/types.rbs', line 63 def usage_based_pricing_term @usage_based_pricing_term end |
#validity_term ⇒ Types::ValidityTerm
Returns the value of attribute validity_term.
67 68 69 |
# File 'sig/types.rbs', line 67 def validity_term @validity_term end |
#variable_payment_term ⇒ Types::VariablePaymentTerm
Returns the value of attribute variable_payment_term.
71 72 73 |
# File 'sig/types.rbs', line 71 def variable_payment_term @variable_payment_term end |