Class: Aws::Types::GetArchiveExportResponse

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)


469
470
471
# File 'sig/types.rbs', line 469

def archive_id
  @archive_id
end

#export_destination_configurationTypes::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

#filtersTypes::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.

Returns:

  • (::Time)


471
472
473
# File 'sig/types.rbs', line 471

def from_timestamp
  @from_timestamp
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


473
474
475
# File 'sig/types.rbs', line 473

def max_results
  @max_results
end

#statusTypes::ExportStatus

Returns the value of attribute status.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def status
  @status
end

#to_timestamp::Time

Returns the value of attribute to_timestamp.

Returns:

  • (::Time)


472
473
474
# File 'sig/types.rbs', line 472

def to_timestamp
  @to_timestamp
end