Class: Aws::Types::StartEngagementFromOpportunityTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_submissionTypes::AwsSubmission

Returns the value of attribute aws_submission.



1396
1397
1398
# File 'sig/types.rbs', line 1396

def aws_submission
  @aws_submission
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def client_token
  @client_token
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def identifier
  @identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1397
1398
1399
# File 'sig/types.rbs', line 1397

def tags
  @tags
end