Class: Aws::Types::GetContainerServiceMetricDataRequest

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)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def end_time
  @end_time
end

#metric_name"CPUUtilization", "MemoryUtilization"

Returns the value of attribute metric_name.

Returns:

  • ("CPUUtilization", "MemoryUtilization")


1534
1535
1536
# File 'sig/types.rbs', line 1534

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def period
  @period
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def service_name
  @service_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1535
1536
1537
# File 'sig/types.rbs', line 1535

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


1538
1539
1540
# File 'sig/types.rbs', line 1538

def statistics
  @statistics
end