Class: Aws::Types::StartOpportunityFromEngagementTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartOpportunityFromEngagementTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#context_identifier ⇒ ::String
Returns the value of attribute context_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def context_identifier @context_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def identifier @identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def @tags end |