Class: Aws::Types::GetJourneyExecutionMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyExecutionMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def page_size @page_size end |