Class: Aws::Types::JourneyExecutionActivityMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyExecutionActivityMetricsResponse
- 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.
Instance Attribute Details
#activity_type ⇒ ::String
Returns the value of attribute activity_type.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def activity_type @activity_type end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def application_id @application_id end |
#journey_activity_id ⇒ ::String
Returns the value of attribute journey_activity_id.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def journey_activity_id @journey_activity_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def journey_id @journey_id end |
#last_evaluated_time ⇒ ::String
Returns the value of attribute last_evaluated_time.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def last_evaluated_time @last_evaluated_time end |
#metrics ⇒ ::Hash[::String, ::String]
Returns the value of attribute metrics.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def metrics @metrics end |