Class: Aws::Types::BatchGetFrameMetricDataRequest

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)


56
57
58
# File 'sig/types.rbs', line 56

def end_time
  @end_time
end

#frame_metrics::Array[Types::FrameMetric]

Returns the value of attribute frame_metrics.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def frame_metrics
  @frame_metrics
end

#period::String

Returns the value of attribute period.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def period
  @period
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def profiling_group_name
  @profiling_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def start_time
  @start_time
end

#target_resolution"PT5M", ...

Returns the value of attribute target_resolution.

Returns:

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


61
62
63
# File 'sig/types.rbs', line 61

def target_resolution
  @target_resolution
end