Class: Aws::Types::MetricQuery

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])


306
307
308
# File 'sig/types.rbs', line 306

def filter
  @filter
end

#group_byTypes::DimensionGroup

Returns the value of attribute group_by.



305
306
307
# File 'sig/types.rbs', line 305

def group_by
  @group_by
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def metric
  @metric
end