Class: Aws::Types::ProspectingTaskSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_engagement_count::Integer

Returns the value of attribute completed_engagement_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def total_engagement_count
  @total_engagement_count
end