Class: Aws::Types::StartArchiveExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archive_id::String

Returns the value of attribute archive_id.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def archive_id
  @archive_id
end

#export_destination_configurationTypes::ExportDestinationConfiguration

Returns the value of attribute export_destination_configuration.



1385
1386
1387
# File 'sig/types.rbs', line 1385

def export_destination_configuration
  @export_destination_configuration
end

#filtersTypes::ArchiveFilters

Returns the value of attribute filters.



1381
1382
1383
# File 'sig/types.rbs', line 1381

def filters
  @filters
end

#from_timestamp::Time

Returns the value of attribute from_timestamp.

Returns:

  • (::Time)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def from_timestamp
  @from_timestamp
end

#include_metadataBoolean

Returns the value of attribute include_metadata.

Returns:

  • (Boolean)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def 
  @include_metadata
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def max_results
  @max_results
end

#to_timestamp::Time

Returns the value of attribute to_timestamp.

Returns:

  • (::Time)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def to_timestamp
  @to_timestamp
end