Class: Aws::Types::StartExportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


559
560
561
# File 'sig/types.rbs', line 559

def end_time
  @end_time
end

#export_data_format::Array[("CSV")]

Returns the value of attribute export_data_format.

Returns:

  • (::Array[("CSV")])


556
557
558
# File 'sig/types.rbs', line 556

def export_data_format
  @export_data_format
end

#filters::Array[Types::ExportFilter]

Returns the value of attribute filters.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def filters
  @filters
end

#preferencesTypes::ExportPreferences

Returns the value of attribute preferences.



560
561
562
# File 'sig/types.rbs', line 560

def preferences
  @preferences
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


558
559
560
# File 'sig/types.rbs', line 558

def start_time
  @start_time
end