Class: Aws::Types::CreateAttachedFileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arn::String

Returns the value of attribute associated_resource_arn.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def associated_resource_arn
  @associated_resource_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def client_token
  @client_token
end

#file_source_uri::String

Returns the value of attribute file_source_uri.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def file_source_uri
  @file_source_uri
end

#file_use_case_type"CONTACT_ANALYSIS", ...

Returns the value of attribute file_use_case_type.

Returns:

  • ("CONTACT_ANALYSIS", "EMAIL_MESSAGE", "EMAIL_MESSAGE_PLAIN_TEXT", "EMAIL_MESSAGE_REDACTED", "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED", "ATTACHMENT", "VOICE_RECORDING")


1300
1301
1302
# File 'sig/types.rbs', line 1300

def file_use_case_type
  @file_use_case_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def instance_id
  @instance_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1303
1304
1305
# File 'sig/types.rbs', line 1303

def tags
  @tags
end