Class: Aws::Types::StartProspectingFromEngagementTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartProspectingFromEngagementTaskRequest
- 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.
-
#identifiers ⇒ ::Array[::String]
Returns the value of attribute identifiers.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def client_token @client_token end |
#identifiers ⇒ ::Array[::String]
Returns the value of attribute identifiers.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def identifiers @identifiers end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def task_name @task_name end |