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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/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)


530
531
532
533
534
535
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 530

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)


530
531
532
533
534
535
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 530

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