Class: Aws::Textract::Types::UndetectedSignature
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::UndetectedSignature
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
A structure containing information about an undetected signature on a page where it was expected but not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page ⇒ Integer
The page where a signature was expected but not found.
Instance Attribute Details
#page ⇒ Integer
The page where a signature was expected but not found.
3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3098 class UndetectedSignature < Struct.new( :page) SENSITIVE = [] include Aws::Structure end |