Class: Aws::Types::ExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportJobResponse
- 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::ExportJobResource
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.
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.
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.
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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def creation_date @creation_date end |
#definition ⇒ Types::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.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def failed_pieces @failed_pieces end |
#failures ⇒ ::Array[::String]
Returns the value of attribute failures.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def failures @failures end |
#id ⇒ ::String
Returns the value of attribute id.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def id @id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
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.
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.
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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def total_processed @total_processed end |
#type ⇒ ::String
Returns the value of attribute type.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def type @type end |