Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAttachedFilesConfigurationRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_scope ⇒ String
The scope of the attachment.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#attachment_scope ⇒ String
The scope of the attachment. Valid values are EMAIL, CHAT,
CASE, and TASK.
10294 10295 10296 10297 10298 10299 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10294 class DescribeAttachedFilesConfigurationRequest < Struct.new( :instance_id, :attachment_scope) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10294 10295 10296 10297 10298 10299 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10294 class DescribeAttachedFilesConfigurationRequest < Struct.new( :instance_id, :attachment_scope) SENSITIVE = [] include Aws::Structure end |