Class: Aws::PartnerCentralSelling::Types::AwsSubmission

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

Overview

Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#involvement_typeString

Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.

Returns:

  • (String)


566
567
568
569
570
571
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 566

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

#visibilityString

Determines who can view AWS involvement in the opportunity. Typically, this field is set to ‘Full` for most cases, but it may be restricted based on special program requirements or confidentiality needs.

Returns:

  • (String)


566
567
568
569
570
571
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 566

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