Class: Aws::Types::GetArchiveSearchResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetArchiveSearchResponse
- 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.
-
#status ⇒ Types::SearchStatus
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.
524 525 526 |
# File 'sig/types.rbs', line 524 def archive_id @archive_id end |
#filters ⇒ Types::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.
526 527 528 |
# File 'sig/types.rbs', line 526 def @from_timestamp end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
528 529 530 |
# File 'sig/types.rbs', line 528 def max_results @max_results end |
#status ⇒ Types::SearchStatus
Returns the value of attribute status.
529 530 531 |
# File 'sig/types.rbs', line 529 def status @status end |
#to_timestamp ⇒ ::Time
Returns the value of attribute to_timestamp.
527 528 529 |
# File 'sig/types.rbs', line 527 def @to_timestamp end |