Class: Aws::Types::PerformanceInsightsMetricQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute filter.

Returns:

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


623
624
625
# File 'sig/types.rbs', line 623

def filter
  @filter
end

#group_byTypes::PerformanceInsightsMetricDimensionGroup

Returns the value of attribute group_by.



622
623
624
# File 'sig/types.rbs', line 622

def group_by
  @group_by
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def metric
  @metric
end