Class: Aws::Types::CreateExtractionDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateExtractionDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extraction_definition_arn ⇒ ::String
Returns the value of attribute extraction_definition_arn.
-
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
Instance Attribute Details
#extraction_definition_arn ⇒ ::String
Returns the value of attribute extraction_definition_arn.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def extraction_definition_arn @extraction_definition_arn end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def extraction_definition_id @extraction_definition_id end |