Class: Aws::Types::ActivityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def campaign_id
  @campaign_id
end

#end::String

Returns the value of attribute end.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


232
233
234
# File 'sig/types.rbs', line 232

def execution_metrics
  @execution_metrics
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def id
  @id
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def result
  @result
end

#scheduled_start::String

Returns the value of attribute scheduled_start.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def scheduled_start
  @scheduled_start
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def start
  @start
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def treatment_id
  @treatment_id
end