Class: Aws::Types::SubmitOpportunityRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def catalog
  @catalog
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def identifier
  @identifier
end

#involvement_type"For Visibility Only", "Co-Sell"

Returns the value of attribute involvement_type.

Returns:

  • ("For Visibility Only", "Co-Sell")


1473
1474
1475
# File 'sig/types.rbs', line 1473

def involvement_type
  @involvement_type
end

#visibility"Full", "Limited"

Returns the value of attribute visibility.

Returns:

  • ("Full", "Limited")


1474
1475
1476
# File 'sig/types.rbs', line 1474

def visibility
  @visibility
end