Class: Aws::Types::JourneyExecutionMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyExecutionMetricsResponse
- 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.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def journey_id @journey_id end |
#last_evaluated_time ⇒ ::String
Returns the value of attribute last_evaluated_time.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def last_evaluated_time @last_evaluated_time end |
#metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute metrics.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def metrics @metrics end |