Class: Aws::Types::StartAttachedFileUploadRequest

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)


7589
7590
7591
# File 'sig/types.rbs', line 7589

def associated_resource_arn
  @associated_resource_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7583
7584
7585
# File 'sig/types.rbs', line 7583

def client_token
  @client_token
end

#created_byTypes::CreatedByInfo

Returns the value of attribute created_by.



7590
7591
7592
# File 'sig/types.rbs', line 7590

def created_by
  @created_by
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


7585
7586
7587
# File 'sig/types.rbs', line 7585

def file_name
  @file_name
end

#file_size_in_bytes::Integer

Returns the value of attribute file_size_in_bytes.

Returns:

  • (::Integer)


7586
7587
7588
# File 'sig/types.rbs', line 7586

def file_size_in_bytes
  @file_size_in_bytes
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")


7588
7589
7590
# File 'sig/types.rbs', line 7588

def file_use_case_type
  @file_use_case_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7584
7585
7586
# File 'sig/types.rbs', line 7584

def instance_id
  @instance_id
end

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

Returns the value of attribute tags.

Returns:

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


7591
7592
7593
# File 'sig/types.rbs', line 7591

def tags
  @tags
end

#url_expiry_in_seconds::Integer

Returns the value of attribute url_expiry_in_seconds.

Returns:

  • (::Integer)


7587
7588
7589
# File 'sig/types.rbs', line 7587

def url_expiry_in_seconds
  @url_expiry_in_seconds
end