Class: Aws::Types::JourneyRunExecutionMetricsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


2162
2163
2164
# File 'sig/types.rbs', line 2162

def metrics
  @metrics
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def run_id
  @run_id
end