Class: Aws::Types::PurchaseOptionSummary

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::PurchaseOptionAssociatedEntity]

Returns the value of attribute associated_entities.



671
672
673
# File 'sig/types.rbs', line 671

def associated_entities
  @associated_entities
end

#available_from_time::Time

Returns the value of attribute available_from_time.

Returns:

  • (::Time)


667
668
669
# File 'sig/types.rbs', line 667

def available_from_time
  @available_from_time
end

#badges::Array[Types::PurchaseOptionBadge]

Returns the value of attribute badges.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def badges
  @badges
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def catalog
  @catalog
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


668
669
670
# File 'sig/types.rbs', line 668

def expiration_time
  @expiration_time
end

#purchase_option_id::String

Returns the value of attribute purchase_option_id.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def purchase_option_id
  @purchase_option_id
end

#purchase_option_name::String

Returns the value of attribute purchase_option_name.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def purchase_option_name
  @purchase_option_name
end

#purchase_option_type"OFFER", "OFFERSET"

Returns the value of attribute purchase_option_type.

Returns:

  • ("OFFER", "OFFERSET")


665
666
667
# File 'sig/types.rbs', line 665

def purchase_option_type
  @purchase_option_type
end

#seller_of_recordTypes::SellerInformation

Returns the value of attribute seller_of_record.



669
670
671
# File 'sig/types.rbs', line 669

def seller_of_record
  @seller_of_record
end