Class: Aws::Types::GetUploadJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fields])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def created_at
  @created_at
end

#data_expiry::Integer

Returns the value of attribute data_expiry.

Returns:

  • (::Integer)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def data_expiry
  @data_expiry
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def display_name
  @display_name
end

#fields::Hash[::String, Types::ObjectTypeField]

Returns the value of attribute fields.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def fields
  @fields
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def job_id
  @job_id
end

#results_summaryTypes::ResultsSummary

Returns the value of attribute results_summary.



1543
1544
1545
# File 'sig/types.rbs', line 1543

def results_summary
  @results_summary
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "PARTIALLY_SUCCEEDED", "SUCCEEDED", "FAILED", "STOPPED")


1537
1538
1539
# File 'sig/types.rbs', line 1537

def status
  @status
end

#status_reason"VALIDATION_FAILURE", "INTERNAL_FAILURE"

Returns the value of attribute status_reason.

Returns:

  • ("VALIDATION_FAILURE", "INTERNAL_FAILURE")


1538
1539
1540
# File 'sig/types.rbs', line 1538

def status_reason
  @status_reason
end

#unique_key::String

Returns the value of attribute unique_key.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def unique_key
  @unique_key
end