Class: Aws::Types::JourneyRunExecutionActivityMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyRunExecutionActivityMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_type ⇒ ::String
Returns the value of attribute activity_type.
-
#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.
-
#last_evaluated_time ⇒ ::String
Returns the value of attribute last_evaluated_time.
-
#metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute metrics.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#activity_type ⇒ ::String
Returns the value of attribute activity_type.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def activity_type @activity_type end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def application_id @application_id end |
#journey_activity_id ⇒ ::String
Returns the value of attribute journey_activity_id.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def journey_activity_id @journey_activity_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def journey_id @journey_id end |
#last_evaluated_time ⇒ ::String
Returns the value of attribute last_evaluated_time.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def last_evaluated_time @last_evaluated_time end |
#metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute metrics.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def metrics @metrics end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def run_id @run_id end |