Class: Aws::Types::BatchGetFrameMetricDataResponse

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)


66
67
68
# File 'sig/types.rbs', line 66

def end_time
  @end_time
end

#end_times::Array[Types::TimestampStructure]

Returns the value of attribute end_times.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def end_times
  @end_times
end

#frame_metric_data::Array[Types::FrameMetricDatum]

Returns the value of attribute frame_metric_data.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def frame_metric_data
  @frame_metric_data
end

#resolution"PT5M", ...

Returns the value of attribute resolution.

Returns:

  • ("PT5M", "PT1H", "P1D")


69
70
71
# File 'sig/types.rbs', line 69

def resolution
  @resolution
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def start_time
  @start_time
end

#unprocessed_end_times::Hash[::String, ::Array[Types::TimestampStructure]]

Returns the value of attribute unprocessed_end_times.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def unprocessed_end_times
  @unprocessed_end_times
end