Class: Aws::Types::GetOfferOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_proposal_id::String

Returns the value of attribute agreement_proposal_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::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.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def badges
  @badges
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def catalog
  @catalog
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def offer_name
  @offer_name
end

#pricing_modelTypes::PricingModel

Returns the value of attribute pricing_model.

Returns:



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.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def replacement_agreement_id
  @replacement_agreement_id
end

#seller_of_recordTypes::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