Class: Aws::MarketplaceCatalog::Types::OfferSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

Summarized information about an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_end_dateString

The availability end date of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#buyer_accountsArray<String>

The buyer accounts in the offer.

Returns:

  • (Array<String>)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product ID of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#release_dateString

The release date of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#resale_authorization_idString

The ResaleAuthorizationId of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The status of the offer.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end

#targetingArray<String>

The targeting in the offer.

Returns:

  • (Array<String>)


1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1764

class OfferSummary < Struct.new(
  :name,
  :product_id,
  :resale_authorization_id,
  :release_date,
  :availability_end_date,
  :buyer_accounts,
  :state,
  :targeting)
  SENSITIVE = []
  include Aws::Structure
end