Class: Aws::Types::StartExportTaskOutput

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:



684
685
686
# File 'sig/types.rbs', line 684

def destination
  @destination
end

#export_filterTypes::ExportFilter

Returns the value of attribute export_filter.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def export_filter
  @export_filter
end

#format"PARQUET", "CSV"

Returns the value of attribute format.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def role_arn
  @role_arn
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



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.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def task_id
  @task_id
end