Class: Aws::Types::StartAttachedFileUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::CreatedByInfo

Returns the value of attribute created_by.



7913
7914
7915
# File 'sig/types.rbs', line 7913

def created_by
  @created_by
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


7911
7912
7913
# File 'sig/types.rbs', line 7911

def creation_time
  @creation_time
end

#file_arn::String

Returns the value of attribute file_arn.

Returns:

  • (::String)


7909
7910
7911
# File 'sig/types.rbs', line 7909

def file_arn
  @file_arn
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


7910
7911
7912
# File 'sig/types.rbs', line 7910

def file_id
  @file_id
end

#file_status"APPROVED", ...

Returns the value of attribute file_status.

Returns:

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


7912
7913
7914
# File 'sig/types.rbs', line 7912

def file_status
  @file_status
end

#upload_url_metadataTypes::UploadUrlMetadata

Returns the value of attribute upload_url_metadata.



7914
7915
7916
# File 'sig/types.rbs', line 7914

def 
  @upload_url_metadata
end