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.
30600 30601 30602 30603 30604 |
# File 'lib/aws-sdk-connect/types.rb', line 30600 class RulesExtractionDefinitionIdentifier < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |