Class: Aws::Types::GetJourneyExecutionActivityMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyExecutionActivityMetricsRequest
- 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.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def application_id @application_id end |
#journey_activity_id ⇒ ::String
Returns the value of attribute journey_activity_id.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def journey_activity_id @journey_activity_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def journey_id @journey_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def page_size @page_size end |