Class: Aws::Connect::Types::CompleteAttachedFileUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CompleteAttachedFileUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Request to CompleteAttachedFileUpload 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 Customer instance.
Instance Attribute Details
#associated_resource_arn ⇒ String
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-connect/types.rb', line 3542 class CompleteAttachedFileUploadRequest < 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.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-connect/types.rb', line 3542 class CompleteAttachedFileUploadRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier of the Connect Customer instance.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-connect/types.rb', line 3542 class CompleteAttachedFileUploadRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end |