Class: Aws::Types::ExportTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskSummary
- 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.
269 270 271 |
# File 'sig/types.rbs', line 269 def destination @destination end |
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
268 269 270 |
# File 'sig/types.rbs', line 268 def format @format end |
#graph_id ⇒ ::String
Returns the value of attribute graph_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def graph_id @graph_id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
270 271 272 |
# File 'sig/types.rbs', line 270 def kms_key_identifier @kms_key_identifier end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
271 272 273 |
# File 'sig/types.rbs', line 271 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
265 266 267 |
# File 'sig/types.rbs', line 265 def role_arn @role_arn end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
267 268 269 |
# File 'sig/types.rbs', line 267 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
272 273 274 |
# File 'sig/types.rbs', line 272 def status_reason @status_reason end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def task_id @task_id end |