Class: Aws::Types::JourneyExecutionActivityMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_type::String

Returns the value of attribute activity_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


2088
2089
2090
# File 'sig/types.rbs', line 2088

def metrics
  @metrics
end