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)


1506
1507
1508
1509
1510
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1506

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