Class: Aws::Types::ChildBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:

  • (::Integer)


169
170
171
# File 'sig/types.rbs', line 169

def begin_offset
  @begin_offset
end

#child_block_id::String

Returns the value of attribute child_block_id.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def child_block_id
  @child_block_id
end

#end_offset::Integer

Returns the value of attribute end_offset.

Returns:

  • (::Integer)


170
171
172
# File 'sig/types.rbs', line 170

def end_offset
  @end_offset
end