Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationSummary

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

Overview

Summarized information about a Resale Authorization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_end_dateString

The availability end date of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateString

The created date of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturer_account_idString

The manufacturer account ID of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

The manufacturer legal name of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#offer_extended_statusString

The offer extended status of the ResaleAuthorization

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product ID of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The product name of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#reseller_account_idString

The reseller account ID of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

The reseller legal name of the ResaleAuthorization

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ResaleAuthorization.

Returns:

  • (String)


2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2280

class ResaleAuthorizationSummary < Struct.new(
  :name,
  :product_id,
  :product_name,
  :manufacturer_account_id,
  :manufacturer_legal_name,
  :reseller_account_id,
  :reseller_legal_name,
  :status,
  :offer_extended_status,
  :created_date,
  :availability_end_date)
  SENSITIVE = []
  include Aws::Structure
end