Class: Aws::Types::PerformanceInsightsMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Hash[::String, ::String]

Returns the value of attribute dimensions.

Returns:

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


318
319
320
# File 'sig/types.rbs', line 318

def dimensions
  @dimensions
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def display_name
  @display_name
end

#filter::Hash[::String, ::String]

Returns the value of attribute filter.

Returns:

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


319
320
321
# File 'sig/types.rbs', line 319

def filter
  @filter
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def metric
  @metric
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


320
321
322
# File 'sig/types.rbs', line 320

def value
  @value
end