Class: Aws::Types::GetJourneyRunExecutionMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyRunExecutionMetricsRequest
- 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.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def run_id @run_id end |