Class: Aws::Types::QueryRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_points::Array[Types::QueryDataPoint]

Returns the value of attribute data_points.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def data_points
  @data_points
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def end_time
  @end_time
end

#granularity"HOURLY", "DAILY"

Returns the value of attribute granularity.

Returns:

  • ("HOURLY", "DAILY")


1082
1083
1084
# File 'sig/types.rbs', line 1082

def granularity
  @granularity
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def start_time
  @start_time
end