Class: Aws::PartnerCentralSelling::Types::SubmitOpportunityRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog related to the request.

Returns:

  • (String)


5219
5220
5221
5222
5223
5224
5225
5226
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219

class SubmitOpportunityRequest < Struct.new(
  :catalog,
  :identifier,
  :involvement_type,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the opportunity previously created by partner and needs to be submitted.

Returns:

  • (String)


5219
5220
5221
5222
5223
5224
5225
5226
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219

class SubmitOpportunityRequest < Struct.new(
  :catalog,
  :identifier,
  :involvement_type,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#involvement_typeString

Specifies the level of AWS sellers’ involvement on the opportunity.

Returns:

  • (String)


5219
5220
5221
5222
5223
5224
5225
5226
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219

class SubmitOpportunityRequest < Struct.new(
  :catalog,
  :identifier,
  :involvement_type,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full.

Returns:

  • (String)


5219
5220
5221
5222
5223
5224
5225
5226
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219

class SubmitOpportunityRequest < Struct.new(
  :catalog,
  :identifier,
  :involvement_type,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end