Class: Aws::Types::ActivityResponse
- Inherits:
-
Object
- Object
- Aws::Types::ActivityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#end ⇒ ::String
Returns the value of attribute end.
-
#execution_metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute execution_metrics.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#result ⇒ ::String
Returns the value of attribute result.
-
#scheduled_start ⇒ ::String
Returns the value of attribute scheduled_start.
-
#start ⇒ ::String
Returns the value of attribute start.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#successful_endpoint_count ⇒ ::Integer
Returns the value of attribute successful_endpoint_count.
-
#timezones_completed_count ⇒ ::Integer
Returns the value of attribute timezones_completed_count.
-
#timezones_total_count ⇒ ::Integer
Returns the value of attribute timezones_total_count.
-
#total_endpoint_count ⇒ ::Integer
Returns the value of attribute total_endpoint_count.
-
#treatment_id ⇒ ::String
Returns the value of attribute treatment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def application_id @application_id end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def campaign_id @campaign_id end |
#end ⇒ ::String
Returns the value of attribute end.
221 222 223 |
# File 'sig/types.rbs', line 221 def end @end end |
#execution_metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute execution_metrics.
232 233 234 |
# File 'sig/types.rbs', line 232 def execution_metrics @execution_metrics end |
#id ⇒ ::String
Returns the value of attribute id.
222 223 224 |
# File 'sig/types.rbs', line 222 def id @id end |
#result ⇒ ::String
Returns the value of attribute result.
223 224 225 |
# File 'sig/types.rbs', line 223 def result @result end |
#scheduled_start ⇒ ::String
Returns the value of attribute scheduled_start.
224 225 226 |
# File 'sig/types.rbs', line 224 def scheduled_start @scheduled_start end |
#start ⇒ ::String
Returns the value of attribute start.
225 226 227 |
# File 'sig/types.rbs', line 225 def start @start end |
#state ⇒ ::String
Returns the value of attribute state.
226 227 228 |
# File 'sig/types.rbs', line 226 def state @state end |
#successful_endpoint_count ⇒ ::Integer
Returns the value of attribute successful_endpoint_count.
227 228 229 |
# File 'sig/types.rbs', line 227 def successful_endpoint_count @successful_endpoint_count end |
#timezones_completed_count ⇒ ::Integer
Returns the value of attribute timezones_completed_count.
228 229 230 |
# File 'sig/types.rbs', line 228 def timezones_completed_count @timezones_completed_count end |
#timezones_total_count ⇒ ::Integer
Returns the value of attribute timezones_total_count.
229 230 231 |
# File 'sig/types.rbs', line 229 def timezones_total_count @timezones_total_count end |
#total_endpoint_count ⇒ ::Integer
Returns the value of attribute total_endpoint_count.
230 231 232 |
# File 'sig/types.rbs', line 230 def total_endpoint_count @total_endpoint_count end |
#treatment_id ⇒ ::String
Returns the value of attribute treatment_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def treatment_id @treatment_id end |