Class: Aws::Types::ImportJobResponse

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)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def application_id
  @application_id
end

#completed_pieces::Integer

Returns the value of attribute completed_pieces.

Returns:

  • (::Integer)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def completed_pieces
  @completed_pieces
end

#completion_date::String

Returns the value of attribute completion_date.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def completion_date
  @completion_date
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def creation_date
  @creation_date
end

#definitionTypes::ImportJobResource

Returns the value of attribute definition.



1944
1945
1946
# File 'sig/types.rbs', line 1944

def definition
  @definition
end

#failed_pieces::Integer

Returns the value of attribute failed_pieces.

Returns:

  • (::Integer)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def failed_pieces
  @failed_pieces
end

#failures::Array[::String]

Returns the value of attribute failures.

Returns:

  • (::Array[::String])


1946
1947
1948
# File 'sig/types.rbs', line 1946

def failures
  @failures
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

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")


1948
1949
1950
# File 'sig/types.rbs', line 1948

def job_status
  @job_status
end

#total_failures::Integer

Returns the value of attribute total_failures.

Returns:

  • (::Integer)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def total_failures
  @total_failures
end

#total_pieces::Integer

Returns the value of attribute total_pieces.

Returns:

  • (::Integer)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def total_pieces
  @total_pieces
end

#total_processed::Integer

Returns the value of attribute total_processed.

Returns:

  • (::Integer)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def total_processed
  @total_processed
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def type
  @type
end