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)


8399
8400
8401
# File 'sig/types.rbs', line 8399

def column_name
  @column_name
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


8400
8401
8402
# File 'sig/types.rbs', line 8400

def size
  @size
end

#size_unit"HOUR", ...

Returns the value of attribute size_unit.

Returns:

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


8401
8402
8403
# File 'sig/types.rbs', line 8401

def size_unit
  @size_unit
end