Class: Aws::Types::ExportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def completed_at
  @completed_at
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def destination_s3_uri
  @destination_s3_uri
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def job_id
  @job_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "RUNNING", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED")


2175
2176
2177
# File 'sig/types.rbs', line 2175

def status
  @status
end