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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

class OfferSummary < Struct.new(
  :name,
  :product_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>)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

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

#nameString

The name of the offer.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

class OfferSummary < Struct.new(
  :name,
  :product_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)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

class OfferSummary < Struct.new(
  :name,
  :product_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)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

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

#stateString

The status of the offer.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

class OfferSummary < Struct.new(
  :name,
  :product_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>)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1614

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