Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAttachedFilesConfigurationRequest
- Includes:
- Structure
- Defined in:
- 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 Amazon Connect instance.
Instance Attribute Details
#attachment_scope ⇒ String
The scope of the attachment. Valid values are ‘EMAIL`, `CHAT`, `CASE`, and `TASK`.
9798 9799 9800 9801 9802 9803 |
# File 'lib/aws-sdk-connect/types.rb', line 9798 class DescribeAttachedFilesConfigurationRequest < Struct.new( :instance_id, :attachment_scope) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
9798 9799 9800 9801 9802 9803 |
# File 'lib/aws-sdk-connect/types.rb', line 9798 class DescribeAttachedFilesConfigurationRequest < Struct.new( :instance_id, :attachment_scope) SENSITIVE = [] include Aws::Structure end |