Class: Aws::Types::GetImportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetImportTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
-
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
-
#import_task_details ⇒ Types::ImportTaskDetails
Returns the value of attribute import_task_details.
-
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#attempt_number ⇒ ::Integer
Returns the value of attribute attempt_number.
364 365 366 |
# File 'sig/types.rbs', line 364 def attempt_number @attempt_number end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
358 359 360 |
# File 'sig/types.rbs', line 358 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
355 356 357 |
# File 'sig/types.rbs', line 355 def graph_id @graph_id end |
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
362 363 364 |
# File 'sig/types.rbs', line 362 def @import_options end |
#import_task_details ⇒ Types::ImportTaskDetails
Returns the value of attribute import_task_details.
363 364 365 |
# File 'sig/types.rbs', line 363 def import_task_details @import_task_details end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
359 360 361 |
# File 'sig/types.rbs', line 359 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
360 361 362 |
# File 'sig/types.rbs', line 360 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
357 358 359 |
# File 'sig/types.rbs', line 357 def source @source end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
361 362 363 |
# File 'sig/types.rbs', line 361 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
365 366 367 |
# File 'sig/types.rbs', line 365 def status_reason @status_reason end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
356 357 358 |
# File 'sig/types.rbs', line 356 def task_id @task_id end |