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.
3308 3309 3310 3311 3312 3313 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3308 class DocumentTypeListItem < Struct.new( :page, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Document type.
3308 3309 3310 3311 3312 3313 |
# File 'lib/aws-sdk-comprehend/types.rb', line 3308 class DocumentTypeListItem < Struct.new( :page, :type) SENSITIVE = [] include Aws::Structure end |