Class: Aws::Types::GetInstanceMetricDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def end_time
  @end_time
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def instance_name
  @instance_name
end

#metric_name"CPUUtilization", ...

Returns the value of attribute metric_name.

Returns:

  • ("CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "BurstCapacityTime", "BurstCapacityPercentage", "MetadataNoToken")


1708
1709
1710
# File 'sig/types.rbs', line 1708

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def start_time
  @start_time
end

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

Returns the value of attribute statistics.

Returns:

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


1713
1714
1715
# File 'sig/types.rbs', line 1713

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


1712
1713
1714
# File 'sig/types.rbs', line 1712

def unit
  @unit
end