Class: Aws::Types::Offering
- Inherits:
-
Object
- Object
- Aws::Types::Offering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#type ⇒ "RECURRING"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
996 997 998 |
# File 'sig/types.rbs', line 996 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
995 996 997 |
# File 'sig/types.rbs', line 995 def id @id end |
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
998 999 1000 |
# File 'sig/types.rbs', line 998 def platform @platform end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def recurring_charges @recurring_charges end |
#type ⇒ "RECURRING"
Returns the value of attribute type.
997 998 999 |
# File 'sig/types.rbs', line 997 def type @type end |