Class: Aws::ConnectCases::Types::FileFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FileFilter
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
A filter for related items of type File
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_arn ⇒ String
The Amazon Resource Name (ARN) of the file.
Instance Attribute Details
#file_arn ⇒ String
The Amazon Resource Name (ARN) of the file.
1166 1167 1168 1169 1170 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1166 class FileFilter < Struct.new( :file_arn) SENSITIVE = [] include Aws::Structure end |