Class: Aws::Types::AcceptedTerm

Inherits:
Object
  • Object
show all
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 =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byol_pricing_termTypes::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_termTypes::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_termTypes::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_termTypes::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

Returns the value of attribute legal_term.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def legal_term
  @legal_term
end

#net_payment_termTypes::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_termTypes::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_termTypes::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_termTypes::RenewalTerm

Returns the value of attribute renewal_term.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def renewal_term
  @renewal_term
end

#support_termTypes::SupportTerm

Returns the value of attribute support_term.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def support_term
  @support_term
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


73
74
75
# File 'sig/types.rbs', line 73

def unknown
  @unknown
end

#usage_based_pricing_termTypes::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_termTypes::ValidityTerm

Returns the value of attribute validity_term.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def validity_term
  @validity_term
end

#variable_payment_termTypes::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