Class: Aws::Types::JourneyRunExecutionActivityMetricsResponse

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)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def activity_type
  @activity_type
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def application_id
  @application_id
end

#journey_activity_id::String

Returns the value of attribute journey_activity_id.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def journey_activity_id
  @journey_activity_id
end

#journey_id::String

Returns the value of attribute journey_id.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def journey_id
  @journey_id
end

#last_evaluated_time::String

Returns the value of attribute last_evaluated_time.

Returns:

  • (::String)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def last_evaluated_time
  @last_evaluated_time
end

#metrics::Hash[::String, ::String]

Returns the value of attribute metrics.

Returns:

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


2153
2154
2155
# File 'sig/types.rbs', line 2153

def metrics
  @metrics
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def run_id
  @run_id
end