Class: Aws::Types::GetArchiveExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetArchiveExportResponse
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#status ⇒ Types::ExportStatus
Returns the value of attribute status.
-
#to_timestamp ⇒ ::Time
Returns the value of attribute to_timestamp.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def archive_id @archive_id end |
#export_destination_configuration ⇒ Types::ExportDestinationConfiguration
Returns the value of attribute export_destination_configuration.
474 475 476 |
# File 'sig/types.rbs', line 474 def export_destination_configuration @export_destination_configuration end |
#filters ⇒ Types::ArchiveFilters
Returns the value of attribute filters.
470 471 472 |
# File 'sig/types.rbs', line 470 def filters @filters end |
#from_timestamp ⇒ ::Time
Returns the value of attribute from_timestamp.
471 472 473 |
# File 'sig/types.rbs', line 471 def end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
473 474 475 |
# File 'sig/types.rbs', line 473 def max_results @max_results end |
#status ⇒ Types::ExportStatus
Returns the value of attribute status.
475 476 477 |
# File 'sig/types.rbs', line 475 def status @status end |
#to_timestamp ⇒ ::Time
Returns the value of attribute to_timestamp.
472 473 474 |
# File 'sig/types.rbs', line 472 def end |