Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_scopeString

The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.

Returns:

  • (String)


10123
10124
10125
10126
10127
10128
# File 'lib/aws-sdk-connect/types.rb', line 10123

class DescribeAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


10123
10124
10125
10126
10127
10128
# File 'lib/aws-sdk-connect/types.rb', line 10123

class DescribeAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope)
  SENSITIVE = []
  include Aws::Structure
end