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)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def completed_at
  @completed_at
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def destination_s3_uri
  @destination_s3_uri
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def job_id
  @job_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2185
2186
2187
# File 'sig/types.rbs', line 2185

def status
  @status
end