Class: Aws::MarketplaceCatalog::Types::OfferSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::OfferSummary
- 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
-
#availability_end_date ⇒ String
The availability end date of the offer.
-
#buyer_accounts ⇒ Array<String>
The buyer accounts in the offer.
-
#name ⇒ String
The name of the offer.
-
#product_id ⇒ String
The product ID of the offer.
-
#release_date ⇒ String
The release date of the offer.
-
#resale_authorization_id ⇒ String
The ResaleAuthorizationId of the offer.
-
#state ⇒ String
The status of the offer.
-
#targeting ⇒ Array<String>
The targeting in the offer.
Instance Attribute Details
#availability_end_date ⇒ String
The availability end date of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 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_accounts ⇒ Array<String>
The buyer accounts in the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 class OfferSummary < Struct.new( :name, :product_id, :resale_authorization_id, :release_date, :availability_end_date, :buyer_accounts, :state, :targeting) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 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_id ⇒ String
The product ID of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 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_date ⇒ String
The release date of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 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_id ⇒ String
The ResaleAuthorizationId of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 class OfferSummary < Struct.new( :name, :product_id, :resale_authorization_id, :release_date, :availability_end_date, :buyer_accounts, :state, :targeting) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 class OfferSummary < Struct.new( :name, :product_id, :resale_authorization_id, :release_date, :availability_end_date, :buyer_accounts, :state, :targeting) SENSITIVE = [] include Aws::Structure end |
#targeting ⇒ Array<String>
The targeting in the offer.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1973 class OfferSummary < Struct.new( :name, :product_id, :resale_authorization_id, :release_date, :availability_end_date, :buyer_accounts, :state, :targeting) SENSITIVE = [] include Aws::Structure end |