Class: Aws::Connect::Types::CreateExtractionDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateExtractionDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extraction_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the extraction definition.
-
#extraction_definition_id ⇒ String
The identifier of the extraction definition.
Instance Attribute Details
#extraction_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the extraction definition.
6483 6484 6485 6486 6487 6488 |
# File 'lib/aws-sdk-connect/types.rb', line 6483 class CreateExtractionDefinitionResponse < Struct.new( :extraction_definition_arn, :extraction_definition_id) SENSITIVE = [] include Aws::Structure end |
#extraction_definition_id ⇒ String
The identifier of the extraction definition.
6483 6484 6485 6486 6487 6488 |
# File 'lib/aws-sdk-connect/types.rb', line 6483 class CreateExtractionDefinitionResponse < Struct.new( :extraction_definition_arn, :extraction_definition_id) SENSITIVE = [] include Aws::Structure end |