Class: Aws::Types::ProspectingResultAws

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customerTypes::ProspectingResultCustomer

Returns the value of attribute customer.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def customer
  @customer
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def end_time
  @end_time
end

#insightsTypes::ProspectingInsights

Returns the value of attribute insights.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def insights
  @insights
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def task_id
  @task_id
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def task_name
  @task_name
end