Class: Aws::Types::GetUploadStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def created_date
  @created_date
end

#failure_reason::Array[::String]

Returns the value of attribute failure_reason.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def failure_reason
  @failure_reason
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def namespace_name
  @namespace_name
end

#namespace_version::Integer

Returns the value of attribute namespace_version.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def namespace_version
  @namespace_version
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def upload_id
  @upload_id
end

#upload_status"IN_PROGRESS", ...

Returns the value of attribute upload_status.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def upload_status
  @upload_status
end