Class: Aws::Connect::Types::RulesExtractionDefinitionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RulesExtractionDefinitionIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An identifier that references an extraction definition resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the extraction definition.
Instance Attribute Details
#identifier ⇒ String
The identifier of the extraction definition.
30682 30683 30684 30685 30686 |
# File 'lib/aws-sdk-connect/types.rb', line 30682 class RulesExtractionDefinitionIdentifier < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |