Class: Aws::Types::OfferingTransaction
- Inherits:
-
Object
- Object
- Aws::Types::OfferingTransaction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost ⇒ Types::MonetaryAmount
Returns the value of attribute cost.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#offering_promotion_id ⇒ ::String
Returns the value of attribute offering_promotion_id.
-
#offering_status ⇒ Types::OfferingStatus
Returns the value of attribute offering_status.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#cost ⇒ Types::MonetaryAmount
Returns the value of attribute cost.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def cost @cost end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def created_on @created_on end |
#offering_promotion_id ⇒ ::String
Returns the value of attribute offering_promotion_id.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def offering_promotion_id @offering_promotion_id end |
#offering_status ⇒ Types::OfferingStatus
Returns the value of attribute offering_status.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def offering_status @offering_status end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def transaction_id @transaction_id end |