Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_date ⇒ ::Time
Returns the value of attribute begin_date.
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#monthly_recurring_price ⇒ ::Float
Returns the value of attribute monthly_recurring_price.
-
#order_ids ⇒ ::Array[::String]
Returns the value of attribute order_ids.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
-
#subscription_status ⇒ "ACTIVE", ...
Returns the value of attribute subscription_status.
-
#subscription_type ⇒ "ORIGINAL", ...
Returns the value of attribute subscription_type.
-
#upfront_price ⇒ ::Float
Returns the value of attribute upfront_price.
Instance Attribute Details
#begin_date ⇒ ::Time
Returns the value of attribute begin_date.
880 881 882 |
# File 'sig/types.rbs', line 880 def begin_date @begin_date end |
#currency ⇒ "USD"
Returns the value of attribute currency.
882 883 884 |
# File 'sig/types.rbs', line 882 def currency @currency end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
881 882 883 |
# File 'sig/types.rbs', line 881 def end_date @end_date end |
#monthly_recurring_price ⇒ ::Float
Returns the value of attribute monthly_recurring_price.
883 884 885 |
# File 'sig/types.rbs', line 883 def monthly_recurring_price @monthly_recurring_price end |
#order_ids ⇒ ::Array[::String]
Returns the value of attribute order_ids.
879 880 881 |
# File 'sig/types.rbs', line 879 def order_ids @order_ids end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def subscription_id @subscription_id end |
#subscription_status ⇒ "ACTIVE", ...
Returns the value of attribute subscription_status.
878 879 880 |
# File 'sig/types.rbs', line 878 def subscription_status @subscription_status end |
#subscription_type ⇒ "ORIGINAL", ...
Returns the value of attribute subscription_type.
877 878 879 |
# File 'sig/types.rbs', line 877 def subscription_type @subscription_type end |
#upfront_price ⇒ ::Float
Returns the value of attribute upfront_price.
884 885 886 |
# File 'sig/types.rbs', line 884 def upfront_price @upfront_price end |