Class: Aws::Types::GetJourneyRunExecutionActivityMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyRunExecutionActivityMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#journey_activity_id ⇒ ::String
Returns the value of attribute journey_activity_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.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def application_id @application_id end |
#journey_activity_id ⇒ ::String
Returns the value of attribute journey_activity_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def journey_activity_id @journey_activity_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def journey_id @journey_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def page_size @page_size end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def run_id @run_id end |