Class: Aws::MarketplaceCatalog::Types::OfferSetSummary

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

Overview

Summarized information about an offer set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_offer_idsArray<String>

The list of offer IDs associated with the offer set.

Returns:

  • (Array<String>)


2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2172

class OfferSetSummary < Struct.new(
  :name,
  :state,
  :release_date,
  :associated_offer_ids,
  :solution_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the offer set.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2172

class OfferSetSummary < Struct.new(
  :name,
  :state,
  :release_date,
  :associated_offer_ids,
  :solution_id)
  SENSITIVE = []
  include Aws::Structure
end

#release_dateString

The release date of the offer set.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2172

class OfferSetSummary < Struct.new(
  :name,
  :state,
  :release_date,
  :associated_offer_ids,
  :solution_id)
  SENSITIVE = []
  include Aws::Structure
end

#solution_idString

The solution ID associated with the offer set.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2172

class OfferSetSummary < Struct.new(
  :name,
  :state,
  :release_date,
  :associated_offer_ids,
  :solution_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the offer set.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2172

class OfferSetSummary < Struct.new(
  :name,
  :state,
  :release_date,
  :associated_offer_ids,
  :solution_id)
  SENSITIVE = []
  include Aws::Structure
end