Class: Aws::ConnectCases::Types::FileContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FileContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
An object that represents a content of an Amazon Connect file object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_arn ⇒ String
The Amazon Resource Name (ARN) of a File in Amazon Connect.
Instance Attribute Details
#file_arn ⇒ String
The Amazon Resource Name (ARN) of a File in Amazon Connect.
1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1152 class FileContent < Struct.new( :file_arn) SENSITIVE = [] include Aws::Structure end |