Class: Aws::Types::CloudWatchMetricsDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[Types::CloudWatchMetricsDimension]

Returns the value of attribute dimensions.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def dimensions
  @dimensions
end

#metric_data_summaryTypes::CloudWatchMetricsDataSummary

Returns the value of attribute metric_data_summary.



118
119
120
# File 'sig/types.rbs', line 118

def metric_data_summary
  @metric_data_summary
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def period
  @period
end

#stat"Sum", ...

Returns the value of attribute stat.

Returns:

  • ("Sum", "Average", "SampleCount", "Minimum", "Maximum", "p99", "p90", "p50")


115
116
117
# File 'sig/types.rbs', line 115

def stat
  @stat
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def unit
  @unit
end