Class: Aws::Types::GetMetricStatisticsInput

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::Dimension]

Returns the value of attribute dimensions.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def dimensions
  @dimensions
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


465
466
467
# File 'sig/types.rbs', line 465

def end_time
  @end_time
end

#extended_statistics::Array[::String]

Returns the value of attribute extended_statistics.

Returns:

  • (::Array[::String])


468
469
470
# File 'sig/types.rbs', line 468

def extended_statistics
  @extended_statistics
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


466
467
468
# File 'sig/types.rbs', line 466

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


464
465
466
# File 'sig/types.rbs', line 464

def start_time
  @start_time
end

#statistics::Array[("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")]

Returns the value of attribute statistics.

Returns:

  • (::Array[("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")])


467
468
469
# File 'sig/types.rbs', line 467

def statistics
  @statistics
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


469
470
471
# File 'sig/types.rbs', line 469

def unit
  @unit
end