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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2772

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