Class: Aws::Comprehend::Types::ChildBlock

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Nested block contained within a block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offsetInteger

Offset of the start of the child block within its parent block.

Returns:

  • (Integer)


656
657
658
659
660
661
662
# File 'lib/aws-sdk-comprehend/types.rb', line 656

class ChildBlock < Struct.new(
  :child_block_id,
  :begin_offset,
  :end_offset)
  SENSITIVE = []
  include Aws::Structure
end

#child_block_idString

Unique identifier for the child block.

Returns:

  • (String)


656
657
658
659
660
661
662
# File 'lib/aws-sdk-comprehend/types.rb', line 656

class ChildBlock < Struct.new(
  :child_block_id,
  :begin_offset,
  :end_offset)
  SENSITIVE = []
  include Aws::Structure
end

#end_offsetInteger

Offset of the end of the child block within its parent block.

Returns:

  • (Integer)


656
657
658
659
660
661
662
# File 'lib/aws-sdk-comprehend/types.rb', line 656

class ChildBlock < Struct.new(
  :child_block_id,
  :begin_offset,
  :end_offset)
  SENSITIVE = []
  include Aws::Structure
end