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.



633
634
635
# File 'sig/types.rbs', line 633

def associated_entities
  @associated_entities
end

#available_from_time::Time

Returns the value of attribute available_from_time.

Returns:

  • (::Time)


629
630
631
# File 'sig/types.rbs', line 629

def available_from_time
  @available_from_time
end

#badges::Array[Types::PurchaseOptionBadge]

Returns the value of attribute badges.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def badges
  @badges
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def catalog
  @catalog
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


630
631
632
# File 'sig/types.rbs', line 630

def expiration_time
  @expiration_time
end

#purchase_option_id::String

Returns the value of attribute purchase_option_id.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def purchase_option_id
  @purchase_option_id
end

#purchase_option_name::String

Returns the value of attribute purchase_option_name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def purchase_option_name
  @purchase_option_name
end

#purchase_option_type"OFFER", "OFFERSET"

Returns the value of attribute purchase_option_type.

Returns:

  • ("OFFER", "OFFERSET")


627
628
629
# File 'sig/types.rbs', line 627

def purchase_option_type
  @purchase_option_type
end

#seller_of_recordTypes::SellerInformation

Returns the value of attribute seller_of_record.



631
632
633
# File 'sig/types.rbs', line 631

def seller_of_record
  @seller_of_record
end