Class: Aws::Types::AbsoluteTimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Integer

Returns the value of attribute end_time.

Returns:

  • (::Integer)


13
14
15
# File 'sig/types.rbs', line 13

def end_time
  @end_time
end

#first::Integer

Returns the value of attribute first.

Returns:

  • (::Integer)


14
15
16
# File 'sig/types.rbs', line 14

def first
  @first
end

#last::Integer

Returns the value of attribute last.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def last
  @last
end

#start_time::Integer

Returns the value of attribute start_time.

Returns:

  • (::Integer)


12
13
14
# File 'sig/types.rbs', line 12

def start_time
  @start_time
end