Class: Aws::Types::StartExportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartExportTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#export_filter ⇒ Types::ExportFilter
Returns the value of attribute export_filter.
-
#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.
684 685 686 |
# File 'sig/types.rbs', line 684 def destination @destination end |
#export_filter ⇒ Types::ExportFilter
Returns the value of attribute export_filter.
688 689 690 |
# File 'sig/types.rbs', line 688 def export_filter @export_filter end |
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
683 684 685 |
# File 'sig/types.rbs', line 683 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
679 680 681 |
# File 'sig/types.rbs', line 679 def graph_id @graph_id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
685 686 687 |
# File 'sig/types.rbs', line 685 def kms_key_identifier @kms_key_identifier end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
686 687 688 |
# File 'sig/types.rbs', line 686 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
680 681 682 |
# File 'sig/types.rbs', line 680 def role_arn @role_arn end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
682 683 684 |
# File 'sig/types.rbs', line 682 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
687 688 689 |
# File 'sig/types.rbs', line 687 def status_reason @status_reason end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def task_id @task_id end |