Class: Aws::Types::CancelImportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelImportTaskOutput
- 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.
43 44 45 |
# File 'sig/types.rbs', line 43 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def graph_id @graph_id end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
44 45 46 |
# File 'sig/types.rbs', line 44 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
42 43 44 |
# File 'sig/types.rbs', line 42 def source @source end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
46 47 48 |
# File 'sig/types.rbs', line 46 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def task_id @task_id end |