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

#from::Integer

Returns the value of attribute from.

Returns:

  • (::Integer)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def from
  @from
end

#step::Integer

Returns the value of attribute step.

Returns:

  • (::Integer)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def step
  @step
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def to
  @to
end