Class: Aws::Types::GetExportTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetExportTaskOutput
- 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.
-
#export_task_details ⇒ Types::ExportTaskDetails
Returns the value of attribute export_task_details.
-
#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.
287 288 289 |
# File 'sig/types.rbs', line 287 def destination @destination end |
#export_filter ⇒ Types::ExportFilter
Returns the value of attribute export_filter.
292 293 294 |
# File 'sig/types.rbs', line 292 def export_filter @export_filter end |
#export_task_details ⇒ Types::ExportTaskDetails
Returns the value of attribute export_task_details.
291 292 293 |
# File 'sig/types.rbs', line 291 def export_task_details @export_task_details end |
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
286 287 288 |
# File 'sig/types.rbs', line 286 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def graph_id @graph_id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
288 289 290 |
# File 'sig/types.rbs', line 288 def kms_key_identifier @kms_key_identifier end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
289 290 291 |
# File 'sig/types.rbs', line 289 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def role_arn @role_arn end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
285 286 287 |
# File 'sig/types.rbs', line 285 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
290 291 292 |
# File 'sig/types.rbs', line 290 def status_reason @status_reason end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def task_id @task_id end |