Class: Aws::Types::GetJourneyExecutionMetricsRequest

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)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def application_id
  @application_id
end

#journey_id::String

Returns the value of attribute journey_id.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def journey_id
  @journey_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def page_size
  @page_size
end