Class: Aws::Types::StartImportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartImportTaskOutput
- 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.
732 733 734 |
# File 'sig/types.rbs', line 732 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def graph_id @graph_id end |
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
736 737 738 |
# File 'sig/types.rbs', line 736 def end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
733 734 735 |
# File 'sig/types.rbs', line 733 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
734 735 736 |
# File 'sig/types.rbs', line 734 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
731 732 733 |
# File 'sig/types.rbs', line 731 def source @source end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
735 736 737 |
# File 'sig/types.rbs', line 735 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def task_id @task_id end |