Class: Aws::Connect::Types::CreateAttachedFileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateAttachedFileRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_arn ⇒ String
The ARN of the completed voice contact to attach the file to.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#file_source_uri ⇒ String
The S3 URI of the file to be attached.
-
#file_use_case_type ⇒ String
The use case for the file.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#associated_resource_arn ⇒ String
The ARN of the completed voice contact to attach the file to. Only voice contacts with Telephony subtype are supported.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
A suitable default value is auto-generated. You should normally not need to pass this option.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#file_source_uri ⇒ String
The S3 URI of the file to be attached. Only S3 source URIs are supported.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#file_use_case_type ⇒ String
The use case for the file.
Only VOICE_RECORDING is supported.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) 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.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this
resource. For example, { "Tags": {"key1":"value1", "key2":"value2"}
}.
5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5335 class CreateAttachedFileRequest < Struct.new( :client_token, :instance_id, :file_use_case_type, :file_source_uri, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |