Class: Aws::Types::ProspectingTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProspectingTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_engagement_count ⇒ ::Integer
Returns the value of attribute completed_engagement_count.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failed_engagement_count ⇒ ::Integer
Returns the value of attribute failed_engagement_count.
-
#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.
-
#total_engagement_count ⇒ ::Integer
Returns the value of attribute total_engagement_count.
Instance Attribute Details
#completed_engagement_count ⇒ ::Integer
Returns the value of attribute completed_engagement_count.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def completed_engagement_count @completed_engagement_count end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def end_time @end_time end |
#failed_engagement_count ⇒ ::Integer
Returns the value of attribute failed_engagement_count.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def failed_engagement_count @failed_engagement_count end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def start_time @start_time end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def task_arn @task_arn end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def task_id @task_id end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def task_name @task_name end |
#total_engagement_count ⇒ ::Integer
Returns the value of attribute total_engagement_count.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def total_engagement_count @total_engagement_count end |