Class: Aws::Types::StartArchiveSearchRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartArchiveSearchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#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.
-
#to_timestamp ⇒ ::Time
Returns the value of attribute to_timestamp.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def archive_id @archive_id end |
#filters ⇒ Types::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.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def end |