Class: Aws::Connect::Types::RealTimeContactAnalysisAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Object that describes attached file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
A unique identifier for the attachment.
-
#attachment_name ⇒ String
A case-sensitive name of the attachment being uploaded.
-
#content_type ⇒ String
Describes the MIME file type of the attachment.
-
#status ⇒ String
Status of the attachment.
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
16235 16236 16237 16238 16239 16240 16241 16242 |
# File 'lib/aws-sdk-connect/types.rb', line 16235 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end |
#attachment_name ⇒ String
A case-sensitive name of the attachment being uploaded. Can be redacted.
16235 16236 16237 16238 16239 16240 16241 16242 |
# File 'lib/aws-sdk-connect/types.rb', line 16235 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
Describes the MIME file type of the attachment. For a list of supported file types, see [Feature specifications] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html
16235 16236 16237 16238 16239 16240 16241 16242 |
# File 'lib/aws-sdk-connect/types.rb', line 16235 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the attachment.
16235 16236 16237 16238 16239 16240 16241 16242 |
# File 'lib/aws-sdk-connect/types.rb', line 16235 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end |