Class: Aws::Types::Anchor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_type"TODAY"

Returns the value of attribute anchor_type.

Returns:

  • ("TODAY")


293
294
295
# File 'sig/types.rbs', line 293

def anchor_type
  @anchor_type
end

#offset::Integer

Returns the value of attribute offset.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def offset
  @offset
end

#time_granularity"YEAR", ...

Returns the value of attribute time_granularity.

Returns:

  • ("YEAR", "QUARTER", "MONTH", "WEEK", "DAY", "HOUR", "MINUTE", "SECOND", "MILLISECOND")


294
295
296
# File 'sig/types.rbs', line 294

def time_granularity
  @time_granularity
end