Class: Aws::Types::AssociateOpportunityRequest

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)


83
84
85
# File 'sig/types.rbs', line 83

def catalog
  @catalog
end

#opportunity_identifier::String

Returns the value of attribute opportunity_identifier.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def opportunity_identifier
  @opportunity_identifier
end

Returns the value of attribute related_entity_identifier.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def related_entity_identifier
  @related_entity_identifier
end

Returns the value of attribute related_entity_type.

Returns:

  • ("Solutions", "AwsProducts", "AwsMarketplaceOffers", "AwsMarketplaceOfferSets", "AwsMarketplaceSolutions", "AwsMarketplaceProducts")


85
86
87
# File 'sig/types.rbs', line 85

def related_entity_type
  @related_entity_type
end