Class: Aws::Connect::Types::DeleteAttachedFileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteAttachedFileRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Request to DeleteAttachedFile API
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_arn ⇒ String
The resource to which the attached file is (being) uploaded to.
-
#file_id ⇒ String
The unique identifier of the attached file resource.
-
#instance_id ⇒ String
The unique identifier of the Connect instance.
Instance Attribute Details
#associated_resource_arn ⇒ String
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8588 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end |
#file_id ⇒ String
The unique identifier of the attached file resource.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8588 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier of the Connect instance.
8588 8589 8590 8591 8592 8593 8594 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8588 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end |