Class: Aws::Types::ExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def application_id
  @application_id
end

#completed_pieces::Integer

Returns the value of attribute completed_pieces.

Returns:

  • (::Integer)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def completed_pieces
  @completed_pieces
end

#completion_date::String

Returns the value of attribute completion_date.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def completion_date
  @completion_date
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def creation_date
  @creation_date
end

#definitionTypes::ExportJobResource

Returns the value of attribute definition.



1258
1259
1260
# File 'sig/types.rbs', line 1258

def definition
  @definition
end

#failed_pieces::Integer

Returns the value of attribute failed_pieces.

Returns:

  • (::Integer)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def failed_pieces
  @failed_pieces
end

#failures::Array[::String]

Returns the value of attribute failures.

Returns:

  • (::Array[::String])


1260
1261
1262
# File 'sig/types.rbs', line 1260

def failures
  @failures
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def id
  @id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:

  • ("CREATED", "PREPARING_FOR_INITIALIZATION", "INITIALIZING", "PROCESSING", "PENDING_JOB", "COMPLETING", "COMPLETED", "FAILING", "FAILED")


1262
1263
1264
# File 'sig/types.rbs', line 1262

def job_status
  @job_status
end

#total_failures::Integer

Returns the value of attribute total_failures.

Returns:

  • (::Integer)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def total_failures
  @total_failures
end

#total_pieces::Integer

Returns the value of attribute total_pieces.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def total_pieces
  @total_pieces
end

#total_processed::Integer

Returns the value of attribute total_processed.

Returns:

  • (::Integer)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def total_processed
  @total_processed
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def type
  @type
end