Class: Aws::MarketplaceCatalog::Types::OfferSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::OfferSetSummary
- 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
-
#associated_offer_ids ⇒ Array<String>
The list of offer IDs associated with the offer set.
-
#name ⇒ String
The name of the offer set.
-
#release_date ⇒ String
The release date of the offer set.
-
#solution_id ⇒ String
The solution ID associated with the offer set.
-
#state ⇒ String
The state of the offer set.
Instance Attribute Details
#associated_offer_ids ⇒ Array<String>
The list of offer IDs associated with the offer set.
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 |
#name ⇒ String
The name of the offer set.
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_date ⇒ String
The release date of the offer set.
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_id ⇒ String
The solution ID associated with the offer set.
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 |
#state ⇒ String
The state of the offer set.
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 |