Class: Aws::Types::ExtractedInformation
- Inherits:
-
Object
- Object
- Aws::Types::ExtractedInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extracted_values ⇒ ::Array[Types::ExtractedInformationValue]
Returns the value of attribute extracted_values.
-
#extraction_definition_display_label ⇒ ::String
Returns the value of attribute extraction_definition_display_label.
-
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
-
#extraction_definition_name ⇒ ::String
Returns the value of attribute extraction_definition_name.
-
#failure_code ⇒ "QUOTA_EXCEEDED", ...
Returns the value of attribute failure_code.
Instance Attribute Details
#extracted_values ⇒ ::Array[Types::ExtractedInformationValue]
Returns the value of attribute extracted_values.
37 38 39 |
# File 'sig/types.rbs', line 37 def extracted_values @extracted_values end |
#extraction_definition_display_label ⇒ ::String
Returns the value of attribute extraction_definition_display_label.
36 37 38 |
# File 'sig/types.rbs', line 36 def extraction_definition_display_label @extraction_definition_display_label end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def extraction_definition_id @extraction_definition_id end |
#extraction_definition_name ⇒ ::String
Returns the value of attribute extraction_definition_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def extraction_definition_name @extraction_definition_name end |
#failure_code ⇒ "QUOTA_EXCEEDED", ...
Returns the value of attribute failure_code.
38 39 40 |
# File 'sig/types.rbs', line 38 def failure_code @failure_code end |