Class: Aws::Types::StartEngagementFromOpportunityTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEngagementFromOpportunityTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_submission ⇒ Types::AwsSubmission
Returns the value of attribute aws_submission.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_submission ⇒ Types::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.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def client_token @client_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def identifier @identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def @tags end |