Class: Aws::Types::RangeOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end::Integer

Returns the value of attribute end.

Returns:

  • (::Integer)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def start
  @start
end

#unit"DAYS"

Returns the value of attribute unit.

Returns:

  • ("DAYS")


2408
2409
2410
# File 'sig/types.rbs', line 2408

def unit
  @unit
end