Class: Aws::Types::OfferInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offer_id::String

Returns the value of attribute offer_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def offer_id
  @offer_id
end

#offer_name::String

Returns the value of attribute offer_name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def offer_name
  @offer_name
end

#seller_of_recordTypes::SellerInformation

Returns the value of attribute seller_of_record.



483
484
485
# File 'sig/types.rbs', line 483

def seller_of_record
  @seller_of_record
end