Class: Aws::Types::GetOfferOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOfferOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_proposal_id ⇒ ::String
Returns the value of attribute agreement_proposal_id.
-
#associated_entities ⇒ ::Array[Types::OfferAssociatedEntity]
Returns the value of attribute associated_entities.
-
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
-
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
-
#offer_name ⇒ ::String
Returns the value of attribute offer_name.
-
#pricing_model ⇒ Types::PricingModel
Returns the value of attribute pricing_model.
-
#replacement_agreement_id ⇒ ::String
Returns the value of attribute replacement_agreement_id.
-
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
Instance Attribute Details
#agreement_proposal_id ⇒ ::String
Returns the value of attribute agreement_proposal_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def agreement_proposal_id @agreement_proposal_id end |
#associated_entities ⇒ ::Array[Types::OfferAssociatedEntity]
Returns the value of attribute associated_entities.
291 292 293 |
# File 'sig/types.rbs', line 291 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
295 296 297 |
# File 'sig/types.rbs', line 295 def badges @badges end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
286 287 288 |
# File 'sig/types.rbs', line 286 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def expiration_time @expiration_time end |
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def offer_id @offer_id end |
#offer_name ⇒ ::String
Returns the value of attribute offer_name.
287 288 289 |
# File 'sig/types.rbs', line 287 def offer_name @offer_name end |
#pricing_model ⇒ Types::PricingModel
Returns the value of attribute pricing_model.
294 295 296 |
# File 'sig/types.rbs', line 294 def pricing_model @pricing_model end |
#replacement_agreement_id ⇒ ::String
Returns the value of attribute replacement_agreement_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def replacement_agreement_id @replacement_agreement_id end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
290 291 292 |
# File 'sig/types.rbs', line 290 def seller_of_record @seller_of_record end |