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.
6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-connect/types.rb', line 6475 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.
6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-connect/types.rb', line 6475 class CreateExtractionDefinitionResponse < Struct.new( :extraction_definition_arn, :extraction_definition_id) SENSITIVE = [] include Aws::Structure end |