Class: Aws::Connect::Types::TaskAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the task attachment files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_name ⇒ String
A case-sensitive name of the attached file being uploaded.
-
#s3_url ⇒ String
The pre-signed URLs for the S3 bucket where the task attachment is stored.
Instance Attribute Details
#file_name ⇒ String
A case-sensitive name of the attached file being uploaded.
32840 32841 32842 32843 32844 32845 |
# File 'lib/aws-sdk-connect/types.rb', line 32840 class TaskAttachment < Struct.new( :file_name, :s3_url) SENSITIVE = [] include Aws::Structure end |
#s3_url ⇒ String
The pre-signed URLs for the S3 bucket where the task attachment is stored.
32840 32841 32842 32843 32844 32845 |
# File 'lib/aws-sdk-connect/types.rb', line 32840 class TaskAttachment < Struct.new( :file_name, :s3_url) SENSITIVE = [] include Aws::Structure end |