Class: Aws::Types::IntervalDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interval_period"FIFTEEN_MIN", ...

Returns the value of attribute interval_period.

Returns:

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


4558
4559
4560
# File 'sig/types.rbs', line 4558

def interval_period
  @interval_period
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


4557
4558
4559
# File 'sig/types.rbs', line 4557

def time_zone
  @time_zone
end