Class: Aws::Types::DisassociateOpportunityRequest

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)


340
341
342
# File 'sig/types.rbs', line 340

def catalog
  @catalog
end

#opportunity_identifier::String

Returns the value of attribute opportunity_identifier.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def opportunity_identifier
  @opportunity_identifier
end

Returns the value of attribute related_entity_identifier.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def related_entity_identifier
  @related_entity_identifier
end

Returns the value of attribute related_entity_type.

Returns:

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


342
343
344
# File 'sig/types.rbs', line 342

def related_entity_type
  @related_entity_type
end