Class: Aws::Types::GetJourneyRunExecutionMetricsRequest

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)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def application_id
  @application_id
end

#journey_id::String

Returns the value of attribute journey_id.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def journey_id
  @journey_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def page_size
  @page_size
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def run_id
  @run_id
end