Class: Aws::Types::GetProspectingFromEngagementTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProspectingFromEngagementTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#engagements ⇒ ::Array[Types::EngagementProspectingResult]
Returns the value of attribute engagements.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
582 583 584 |
# File 'sig/types.rbs', line 582 def end_time @end_time end |
#engagements ⇒ ::Array[Types::EngagementProspectingResult]
Returns the value of attribute engagements.
583 584 585 |
# File 'sig/types.rbs', line 583 def engagements @engagements end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
581 582 583 |
# File 'sig/types.rbs', line 581 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def task_id @task_id end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def task_name @task_name end |