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)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def from
  @from
end

#step::Integer

Returns the value of attribute step.

Returns:

  • (::Integer)


3598
3599
3600
# File 'sig/types.rbs', line 3598

def step
  @step
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


3597
3598
3599
# File 'sig/types.rbs', line 3597

def to
  @to
end