Class: Aws::Types::LookbackWindow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


8060
8061
8062
# File 'sig/types.rbs', line 8060

def column_name
  @column_name
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


8061
8062
8063
# File 'sig/types.rbs', line 8061

def size
  @size
end

#size_unit"HOUR", ...

Returns the value of attribute size_unit.

Returns:

  • ("HOUR", "DAY", "WEEK")


8062
8063
8064
# File 'sig/types.rbs', line 8062

def size_unit
  @size_unit
end