Class: Aws::Comprehend::Types::DocumentTypeListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DocumentTypeListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Document type for each page in the document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page ⇒ Integer
Page number.
-
#type ⇒ String
Document type.
Instance Attribute Details
#page ⇒ Integer
Page number.
3446 3447 3448 3449 3450 3451 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3446 class DocumentTypeListItem < Struct.new( :page, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Document type.
3446 3447 3448 3449 3450 3451 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3446 class DocumentTypeListItem < Struct.new( :page, :type) SENSITIVE = [] include Aws::Structure end |