Class: Aws::Types::GetOfferSetOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_entities::Array[Types::OfferSetAssociatedEntity]

Returns the value of attribute associated_entities.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def associated_entities
  @associated_entities
end

#available_from_time::Time

Returns the value of attribute available_from_time.

Returns:

  • (::Time)


313
314
315
# File 'sig/types.rbs', line 313

def available_from_time
  @available_from_time
end

#badges::Array[Types::PurchaseOptionBadge]

Returns the value of attribute badges.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def badges
  @badges
end

#buyer_notes::String

Returns the value of attribute buyer_notes.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def buyer_notes
  @buyer_notes
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def catalog
  @catalog
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


314
315
316
# File 'sig/types.rbs', line 314

def expiration_time
  @expiration_time
end

#offer_set_id::String

Returns the value of attribute offer_set_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def offer_set_id
  @offer_set_id
end

#offer_set_name::String

Returns the value of attribute offer_set_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def offer_set_name
  @offer_set_name
end

#seller_of_recordTypes::SellerInformation

Returns the value of attribute seller_of_record.



316
317
318
# File 'sig/types.rbs', line 316

def seller_of_record
  @seller_of_record
end