Class: Aws::Types::OfferTerm
- Inherits:
-
Object
- Object
- Aws::Types::OfferTerm
- 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.
500 501 502 |
# File 'sig/types.rbs', line 500 def byol_pricing_term @byol_pricing_term end |
#configurable_upfront_pricing_term ⇒ Types::ConfigurableUpfrontPricingTerm
Returns the value of attribute configurable_upfront_pricing_term.
501 502 503 |
# File 'sig/types.rbs', line 501 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.
502 503 504 |
# File 'sig/types.rbs', line 502 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.
503 504 505 |
# File 'sig/types.rbs', line 503 def free_trial_pricing_term @free_trial_pricing_term end |
#legal_term ⇒ Types::LegalTerm
Returns the value of attribute legal_term.
504 505 506 |
# File 'sig/types.rbs', line 504 def legal_term @legal_term end |
#net_payment_term ⇒ Types::NetPaymentTerm
Returns the value of attribute net_payment_term.
512 513 514 |
# File 'sig/types.rbs', line 512 def net_payment_term @net_payment_term end |
#payment_schedule_term ⇒ Types::PaymentScheduleTerm
Returns the value of attribute payment_schedule_term.
505 506 507 |
# File 'sig/types.rbs', line 505 def payment_schedule_term @payment_schedule_term end |
#recurring_payment_term ⇒ Types::RecurringPaymentTerm
Returns the value of attribute recurring_payment_term.
506 507 508 |
# File 'sig/types.rbs', line 506 def recurring_payment_term @recurring_payment_term end |
#renewal_term ⇒ Types::RenewalTerm
Returns the value of attribute renewal_term.
507 508 509 |
# File 'sig/types.rbs', line 507 def renewal_term @renewal_term end |
#support_term ⇒ Types::SupportTerm
Returns the value of attribute support_term.
508 509 510 |
# File 'sig/types.rbs', line 508 def support_term @support_term end |
#unknown ⇒ Object
Returns the value of attribute unknown.
513 514 515 |
# File 'sig/types.rbs', line 513 def unknown @unknown end |
#usage_based_pricing_term ⇒ Types::UsageBasedPricingTerm
Returns the value of attribute usage_based_pricing_term.
509 510 511 |
# File 'sig/types.rbs', line 509 def usage_based_pricing_term @usage_based_pricing_term end |
#validity_term ⇒ Types::ValidityTerm
Returns the value of attribute validity_term.
510 511 512 |
# File 'sig/types.rbs', line 510 def validity_term @validity_term end |
#variable_payment_term ⇒ Types::VariablePaymentTerm
Returns the value of attribute variable_payment_term.
511 512 513 |
# File 'sig/types.rbs', line 511 def variable_payment_term @variable_payment_term end |