Class: Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #journey_id ⇒ String
- #next_token ⇒ String
- #page_size ⇒ String
- #run_id ⇒ String
Instance Attribute Details
#application_id ⇒ String
7065 7066 7067 7068 7069 7070 7071 7072 7073 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7065 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end |
#journey_id ⇒ String
7065 7066 7067 7068 7069 7070 7071 7072 7073 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7065 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7065 7066 7067 7068 7069 7070 7071 7072 7073 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7065 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7065 7066 7067 7068 7069 7070 7071 7072 7073 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7065 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
7065 7066 7067 7068 7069 7070 7071 7072 7073 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7065 class GetJourneyRunExecutionMetricsRequest < Struct.new( :application_id, :journey_id, :next_token, :page_size, :run_id) SENSITIVE = [] include Aws::Structure end |