Method: Aws::Pinpoint::Types::JourneyExecutionMetricsResponse#journey_id
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
8428 8429 8430 8431 8432 8433 8434 8435 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8428 class JourneyExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics) SENSITIVE = [] include Aws::Structure end |