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.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def extraction_definition_arn @extraction_definition_arn end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def extraction_definition_id @extraction_definition_id end |