Class: Aws::Types::StartArchiveSearchRequest

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)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def archive_id
  @archive_id
end

#filtersTypes::ArchiveFilters

Returns the value of attribute filters.



1397
1398
1399
# File 'sig/types.rbs', line 1397

def filters
  @filters
end

#from_timestamp::Time

Returns the value of attribute from_timestamp.

Returns:

  • (::Time)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def from_timestamp
  @from_timestamp
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def max_results
  @max_results
end

#to_timestamp::Time

Returns the value of attribute to_timestamp.

Returns:

  • (::Time)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def to_timestamp
  @to_timestamp
end