Class: Aws::Types::OfferingStatus
- Inherits:
-
Object
- Object
- Aws::Types::OfferingStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#effective_on ⇒ ::Time
Returns the value of attribute effective_on.
-
#offering ⇒ Types::Offering
Returns the value of attribute offering.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
-
#type ⇒ "PURCHASE", ...
Returns the value of attribute type.
Instance Attribute Details
#effective_on ⇒ ::Time
Returns the value of attribute effective_on.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def effective_on @effective_on end |
#offering ⇒ Types::Offering
Returns the value of attribute offering.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def offering @offering end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def quantity @quantity end |
#type ⇒ "PURCHASE", ...
Returns the value of attribute type.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def type @type end |