Class: Aws::Types::CreateGraphUsingImportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGraphUsingImportTaskOutput
- 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.
-
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
-
#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.
135 136 137 |
# File 'sig/types.rbs', line 135 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def graph_id @graph_id end |
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
139 140 141 |
# File 'sig/types.rbs', line 139 def @import_options end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
136 137 138 |
# File 'sig/types.rbs', line 136 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
134 135 136 |
# File 'sig/types.rbs', line 134 def source @source end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
138 139 140 |
# File 'sig/types.rbs', line 138 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def task_id @task_id end |