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)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def end
  @end
end

#start::Integer

Returns the value of attribute start.

Returns:

  • (::Integer)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def start
  @start
end