Class: Aws::Types::ProspectingResultAws
- Inherits:
-
Object
- Object
- Aws::Types::ProspectingResultAws
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::ProspectingResultCustomer
Returns the value of attribute customer.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#insights ⇒ Types::ProspectingInsights
Returns the value of attribute insights.
-
#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
#customer ⇒ Types::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.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def end_time @end_time end |
#insights ⇒ Types::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.
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.
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.
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.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def task_name @task_name end |