Module: Aws::MailManager::Client::_GetArchiveSearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetArchiveSearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #archive_id ⇒ ::String
- #filters ⇒ Types::ArchiveFilters
- #from_timestamp ⇒ ::Time
- #max_results ⇒ ::Integer
- #status ⇒ Types::SearchStatus
- #to_timestamp ⇒ ::Time
Instance Method Details
#archive_id ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def archive_id: () -> ::String
|
#filters ⇒ Types::ArchiveFilters
465 |
# File 'sig/client.rbs', line 465
def filters: () -> Types::ArchiveFilters
|
#from_timestamp ⇒ ::Time
466 |
# File 'sig/client.rbs', line 466
def from_timestamp: () -> ::Time
|
#max_results ⇒ ::Integer
468 |
# File 'sig/client.rbs', line 468
def max_results: () -> ::Integer
|
#status ⇒ Types::SearchStatus
469 |
# File 'sig/client.rbs', line 469
def status: () -> Types::SearchStatus
|
#to_timestamp ⇒ ::Time
467 |
# File 'sig/client.rbs', line 467
def to_timestamp: () -> ::Time
|