Class: Aws::Types::StartExportTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::StartExportTaskInput
- 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_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
670 671 672 |
# File 'sig/types.rbs', line 670 def destination @destination end |
#export_filter ⇒ Types::ExportFilter
Returns the value of attribute export_filter.
673 674 675 |
# File 'sig/types.rbs', line 673 def export_filter @export_filter end |
#format ⇒ "PARQUET", "CSV"
Returns the value of attribute format.
669 670 671 |
# File 'sig/types.rbs', line 669 def format @format end |
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
667 668 669 |
# File 'sig/types.rbs', line 667 def graph_identifier @graph_identifier end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
671 672 673 |
# File 'sig/types.rbs', line 671 def kms_key_identifier @kms_key_identifier end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
672 673 674 |
# File 'sig/types.rbs', line 672 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
674 675 676 |
# File 'sig/types.rbs', line 674 def @tags end |