Class: Aws::Types::StartOpportunityFromEngagementTaskRequest

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)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def client_token
  @client_token
end

#context_identifier::String

Returns the value of attribute context_identifier.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def context_identifier
  @context_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def identifier
  @identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1420
1421
1422
# File 'sig/types.rbs', line 1420

def tags
  @tags
end