Class: Aws::Types::GetDistributionMetricDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_name::String

Returns the value of attribute distribution_name.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def distribution_name
  @distribution_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def end_time
  @end_time
end

#metric_name"Requests", ...

Returns the value of attribute metric_name.

Returns:

  • ("Requests", "BytesDownloaded", "BytesUploaded", "TotalErrorRate", "Http4xxErrorRate", "Http5xxErrorRate")


1636
1637
1638
# File 'sig/types.rbs', line 1636

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1637
1638
1639
# File 'sig/types.rbs', line 1637

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


1641
1642
1643
# File 'sig/types.rbs', line 1641

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


1640
1641
1642
# File 'sig/types.rbs', line 1640

def unit
  @unit
end