Class: Aws::ConnectCases::Types::FileContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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

Instance Attribute Details

#file_arnString

The Amazon Resource Name (ARN) of a File in Amazon Connect.

Returns:

  • (String)


1152
1153
1154
1155
1156
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1152

class FileContent < Struct.new(
  :file_arn)
  SENSITIVE = []
  include Aws::Structure
end