Class: Aws::Types::JourneyRunExecutionMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyRunExecutionMetricsResponse
- 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.
-
#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
#application_id ⇒ ::String
Returns the value of attribute application_id.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def journey_id @journey_id end |
#last_evaluated_time ⇒ ::String
Returns the value of attribute last_evaluated_time.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def last_evaluated_time @last_evaluated_time end |
#metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute metrics.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def metrics @metrics end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def run_id @run_id end |