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

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def end
  @end
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def metric_name
  @metric_name
end

#metric_stat"Min", ...

Returns the value of attribute metric_stat.

Returns:

  • ("Min", "Max", "Avg", "Count", "StdDev", "Last")


41
42
43
# File 'sig/types.rbs', line 41

def metric_stat
  @metric_stat
end

#period"OneMinute", ...

Returns the value of attribute period.

Returns:

  • ("OneMinute", "FiveMinute", "OneHour", "IterationNumber")


42
43
44
# File 'sig/types.rbs', line 42

def period
  @period
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def resource_arn
  @resource_arn
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def start
  @start
end

#x_axis_type"IterationNumber", "Timestamp"

Returns the value of attribute x_axis_type.

Returns:

  • ("IterationNumber", "Timestamp")


43
44
45
# File 'sig/types.rbs', line 43

def x_axis_type
  @x_axis_type
end