Class: Aws::Types::ImportTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
-
#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.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#format ⇒ "CSV", ...
Returns the value of attribute format.
468 469 470 |
# File 'sig/types.rbs', line 468 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
465 466 467 |
# File 'sig/types.rbs', line 465 def graph_id @graph_id end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
469 470 471 |
# File 'sig/types.rbs', line 469 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
467 468 469 |
# File 'sig/types.rbs', line 467 def source @source end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
471 472 473 |
# File 'sig/types.rbs', line 471 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
466 467 468 |
# File 'sig/types.rbs', line 466 def task_id @task_id end |