Class: Aws::Types::StartExportTaskInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def destination
  @destination
end

#export_filterTypes::ExportFilter

Returns the value of attribute export_filter.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def export_filter
  @export_filter
end

#format"PARQUET", "CSV"

Returns the value of attribute format.

Returns:



669
670
671
# File 'sig/types.rbs', line 669

def format
  @format
end

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def tags
  @tags
end