Class: Aws::Types::StartArchiveExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartArchiveExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Returns the value of attribute export_destination_configuration.
-
#filters ⇒ Types::ArchiveFilters
Returns the value of attribute filters.
-
#from_timestamp ⇒ ::Time
Returns the value of attribute from_timestamp.
-
#include_metadata ⇒ Boolean
Returns the value of attribute include_metadata.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#to_timestamp ⇒ ::Time
Returns the value of attribute to_timestamp.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def archive_id @archive_id end |
#export_destination_configuration ⇒ Types::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 |
#filters ⇒ Types::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.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def @from_timestamp end |
#include_metadata ⇒ Boolean
Returns the value of attribute include_metadata.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def @include_metadata end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def @to_timestamp end |