Class: Aws::Types::Range

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#timestamp_format::String

Returns the value of attribute timestamp_format.

Returns:

  • (::String)


2401
2402
2403
# File 'sig/types.rbs', line 2401

def timestamp_format
  @timestamp_format
end

#timestamp_source::String

Returns the value of attribute timestamp_source.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def timestamp_source
  @timestamp_source
end

#unit"DAYS"

Returns the value of attribute unit.

Returns:

  • ("DAYS")


2398
2399
2400
# File 'sig/types.rbs', line 2398

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def value
  @value
end

#value_rangeTypes::ValueRange

Returns the value of attribute value_range.

Returns:



2399
2400
2401
# File 'sig/types.rbs', line 2399

def value_range
  @value_range
end