Class: Aws::Types::Subscription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_date ⇒ ::Time

Returns the value of attribute begin_date.

Returns:

  • (::Time)


913
914
915
# File 'sig/types.rbs', line 913

def begin_date
  @begin_date
end

#currency ⇒ "USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


915
916
917
# File 'sig/types.rbs', line 915

def currency
  @currency
end

#end_date ⇒ ::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


914
915
916
# File 'sig/types.rbs', line 914

def end_date
  @end_date
end

#monthly_recurring_price ⇒ ::Float

Returns the value of attribute monthly_recurring_price.

Returns:

  • (::Float)


916
917
918
# File 'sig/types.rbs', line 916

def monthly_recurring_price
  @monthly_recurring_price
end

#order_ids ⇒ ::Array[::String]

Returns the value of attribute order_ids.

Returns:

  • (::Array[::String])


912
913
914
# File 'sig/types.rbs', line 912

def order_ids
  @order_ids
end

#subscription_id ⇒ ::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def subscription_id
  @subscription_id
end

#subscription_status ⇒ "ACTIVE", ...

Returns the value of attribute subscription_status.

Returns:

  • ("ACTIVE", "PENDING", "INACTIVE", "CANCELLED")


911
912
913
# File 'sig/types.rbs', line 911

def subscription_status
  @subscription_status
end

#subscription_type ⇒ "ORIGINAL", ...

Returns the value of attribute subscription_type.

Returns:

  • ("ORIGINAL", "RENEWAL", "CAPACITY_INCREASE")


910
911
912
# File 'sig/types.rbs', line 910

def subscription_type
  @subscription_type
end

#upfront_price ⇒ ::Float

Returns the value of attribute upfront_price.

Returns:

  • (::Float)


917
918
919
# File 'sig/types.rbs', line 917

def upfront_price
  @upfront_price
end