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:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def data_points
  @data_points
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def end_time
  @end_time
end

#granularity"HOURLY", "DAILY"

Returns the value of attribute granularity.

Returns:

  • ("HOURLY", "DAILY")


1032
1033
1034
# File 'sig/types.rbs', line 1032

def granularity
  @granularity
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def start_time
  @start_time
end