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.
297 298 299 |
# File 'sig/types.rbs', line 297 def agreement_proposal_id @agreement_proposal_id end |
#associated_entities ⇒ ::Array[Types::OfferAssociatedEntity]
Returns the value of attribute associated_entities.
296 297 298 |
# File 'sig/types.rbs', line 296 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
300 301 302 |
# File 'sig/types.rbs', line 300 def badges @badges end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
291 292 293 |
# File 'sig/types.rbs', line 291 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
293 294 295 |
# File 'sig/types.rbs', line 293 def expiration_time @expiration_time end |
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def offer_id @offer_id end |
#offer_name ⇒ ::String
Returns the value of attribute offer_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def offer_name @offer_name end |
#pricing_model ⇒ Types::PricingModel
Returns the value of attribute pricing_model.
299 300 301 |
# File 'sig/types.rbs', line 299 def pricing_model @pricing_model end |
#replacement_agreement_id ⇒ ::String
Returns the value of attribute replacement_agreement_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def replacement_agreement_id @replacement_agreement_id end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
295 296 297 |
# File 'sig/types.rbs', line 295 def seller_of_record @seller_of_record end |