Class: Aws::Types::CancelExportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelExportTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
-
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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
#destination ⇒ ::String
Returns the value of attribute destination.
27 28 29 |
# File 'sig/types.rbs', line 27 def destination @destination end |
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
26 27 28 |
# File 'sig/types.rbs', line 26 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def graph_id @graph_id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
28 29 30 |
# File 'sig/types.rbs', line 28 def kms_key_identifier @kms_key_identifier end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
29 30 31 |
# File 'sig/types.rbs', line 29 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def role_arn @role_arn end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
25 26 27 |
# File 'sig/types.rbs', line 25 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
30 31 32 |
# File 'sig/types.rbs', line 30 def status_reason @status_reason end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def task_id @task_id end |