Class: Aws::Connect::Types::ExtractionDefinitionDisplay

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The display configuration for an extraction definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The label displayed in the agent workspace for this extraction definition.

Returns:

  • (String)


15668
15669
15670
15671
15672
# File 'lib/aws-sdk-connect/types.rb', line 15668

class ExtractionDefinitionDisplay < Struct.new(
  :label)
  SENSITIVE = []
  include Aws::Structure
end