Class: Aws::Types::RelativeTimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_percentage::Integer

Returns the value of attribute end_percentage.

Returns:

  • (::Integer)


702
703
704
# File 'sig/types.rbs', line 702

def end_percentage
  @end_percentage
end

#first::Integer

Returns the value of attribute first.

Returns:

  • (::Integer)


703
704
705
# File 'sig/types.rbs', line 703

def first
  @first
end

#last::Integer

Returns the value of attribute last.

Returns:

  • (::Integer)


704
705
706
# File 'sig/types.rbs', line 704

def last
  @last
end

#start_percentage::Integer

Returns the value of attribute start_percentage.

Returns:

  • (::Integer)


701
702
703
# File 'sig/types.rbs', line 701

def start_percentage
  @start_percentage
end