Class: Aws::Pinpoint::Types::JourneyRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Provides information from a specified run of a journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeString

The time when the journey run was created or scheduled, in ISO 8601 format.

Returns:

  • (String)


8851
8852
8853
8854
8855
8856
8857
8858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8851

class JourneyRunResponse < Struct.new(
  :creation_time,
  :last_update_time,
  :run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeString

The last time the journey run was updated, in ISO 8601 format..

Returns:

  • (String)


8851
8852
8853
8854
8855
8856
8857
8858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8851

class JourneyRunResponse < Struct.new(
  :creation_time,
  :last_update_time,
  :run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique identifier for the run.

Returns:

  • (String)


8851
8852
8853
8854
8855
8856
8857
8858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8851

class JourneyRunResponse < Struct.new(
  :creation_time,
  :last_update_time,
  :run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the journey run.

Returns:

  • (String)


8851
8852
8853
8854
8855
8856
8857
8858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8851

class JourneyRunResponse < Struct.new(
  :creation_time,
  :last_update_time,
  :run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end