Class: Aws::Types::Metric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_queryTypes::MetricQuery

Returns the value of attribute metric_query.

Returns:



2888
2889
2890
# File 'sig/types.rbs', line 2888

def metric_query
  @metric_query
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def name
  @name
end

#references::Array[Types::MetricReference]

Returns the value of attribute references.

Returns:



2886
2887
2888
# File 'sig/types.rbs', line 2886

def references
  @references
end

#statistics_details::String

Returns the value of attribute statistics_details.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def statistics_details
  @statistics_details
end