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:



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

def associated_entities
  @associated_entities
end

#available_from_time::Time

Returns the value of attribute available_from_time.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def available_from_time
  @available_from_time
end

#badges::Array[Types::PurchaseOptionBadge]

Returns the value of attribute badges.

Returns:



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

def badges
  @badges
end

#buyer_notes::String

Returns the value of attribute buyer_notes.

Returns:

  • (::String)


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

def buyer_notes
  @buyer_notes
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def catalog
  @catalog
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


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

def expiration_time
  @expiration_time
end

#offer_set_id::String

Returns the value of attribute offer_set_id.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def offer_set_id
  @offer_set_id
end

#offer_set_name::String

Returns the value of attribute offer_set_name.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def offer_set_name
  @offer_set_name
end

#seller_of_recordTypes::SellerInformation

Returns the value of attribute seller_of_record.



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

def seller_of_record
  @seller_of_record
end