Class: Aws::Types::MetricInterval

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)


5840
5841
5842
# File 'sig/types.rbs', line 5840

def end_time
  @end_time
end

#interval"FIFTEEN_MIN", ...

Returns the value of attribute interval.

Returns:

  • ("FIFTEEN_MIN", "THIRTY_MIN", "HOUR", "DAY", "WEEK", "TOTAL")


5838
5839
5840
# File 'sig/types.rbs', line 5838

def interval
  @interval
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5839
5840
5841
# File 'sig/types.rbs', line 5839

def start_time
  @start_time
end