Class: Aws::Types::GetAttachedFileResponse

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)


3994
3995
3996
# File 'sig/types.rbs', line 3994

def associated_resource_arn
  @associated_resource_arn
end

#created_byTypes::CreatedByInfo

Returns the value of attribute created_by.



3996
3997
3998
# File 'sig/types.rbs', line 3996

def created_by
  @created_by
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


3990
3991
3992
# File 'sig/types.rbs', line 3990

def creation_time
  @creation_time
end

#download_url_metadataTypes::DownloadUrlMetadata

Returns the value of attribute download_url_metadata.



3997
3998
3999
# File 'sig/types.rbs', line 3997

def 
  @download_url_metadata
end

#file_arn::String

Returns the value of attribute file_arn.

Returns:

  • (::String)


3988
3989
3990
# File 'sig/types.rbs', line 3988

def file_arn
  @file_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


3989
3990
3991
# File 'sig/types.rbs', line 3989

def file_id
  @file_id
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


3992
3993
3994
# File 'sig/types.rbs', line 3992

def file_name
  @file_name
end

#file_size_in_bytes::Integer

Returns the value of attribute file_size_in_bytes.

Returns:

  • (::Integer)


3993
3994
3995
# File 'sig/types.rbs', line 3993

def file_size_in_bytes
  @file_size_in_bytes
end

#file_status"APPROVED", ...

Returns the value of attribute file_status.

Returns:

  • ("APPROVED", "REJECTED", "PROCESSING", "FAILED")


3991
3992
3993
# File 'sig/types.rbs', line 3991

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


3995
3996
3997
# File 'sig/types.rbs', line 3995

def file_use_case_type
  @file_use_case_type
end

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

Returns the value of attribute tags.

Returns:

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


3998
3999
4000
# File 'sig/types.rbs', line 3998

def tags
  @tags
end