Class: Aws::Types::JourneyExecutionMetricsResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


2096
2097
2098
# File 'sig/types.rbs', line 2096

def metrics
  @metrics
end