Class: Aws::Types::Span

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)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def start
  @start
end