Class: Aws::Types::ImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#completed_pieces ⇒ ::Integer
Returns the value of attribute completed_pieces.
-
#completion_date ⇒ ::String
Returns the value of attribute completion_date.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#definition ⇒ Types::ImportJobResource
Returns the value of attribute definition.
-
#failed_pieces ⇒ ::Integer
Returns the value of attribute failed_pieces.
-
#failures ⇒ ::Array[::String]
Returns the value of attribute failures.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
-
#total_failures ⇒ ::Integer
Returns the value of attribute total_failures.
-
#total_pieces ⇒ ::Integer
Returns the value of attribute total_pieces.
-
#total_processed ⇒ ::Integer
Returns the value of attribute total_processed.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def creation_date @creation_date end |
#definition ⇒ Types::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.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def failed_pieces @failed_pieces end |
#failures ⇒ ::Array[::String]
Returns the value of attribute failures.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def failures @failures end |
#id ⇒ ::String
Returns the value of attribute id.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def id @id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
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.
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.
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.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def total_processed @total_processed end |
#type ⇒ ::String
Returns the value of attribute type.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def type @type end |