Class: Aws::Types::GetArchiveSearchResponse

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)


524
525
526
# File 'sig/types.rbs', line 524

def archive_id
  @archive_id
end

#filtersTypes::ArchiveFilters

Returns the value of attribute filters.



525
526
527
# File 'sig/types.rbs', line 525

def filters
  @filters
end

#from_timestamp::Time

Returns the value of attribute from_timestamp.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def from_timestamp
  @from_timestamp
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


528
529
530
# File 'sig/types.rbs', line 528

def max_results
  @max_results
end

#statusTypes::SearchStatus

Returns the value of attribute status.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def status
  @status
end

#to_timestamp::Time

Returns the value of attribute to_timestamp.

Returns:

  • (::Time)


527
528
529
# File 'sig/types.rbs', line 527

def to_timestamp
  @to_timestamp
end