Module: Aws::Kendra::Client::_GetSnapshotsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSnapshotsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #snap_shot_time_filter ⇒ Types::TimeRange
- #snapshots_data ⇒ ::Array[::Array[::String]]
- #snapshots_data_header ⇒ ::Array[::String]
Instance Method Details
#next_token ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def next_token: () -> ::String
|
#snap_shot_time_filter ⇒ Types::TimeRange
724 |
# File 'sig/client.rbs', line 724
def snap_shot_time_filter: () -> Types::TimeRange
|
#snapshots_data ⇒ ::Array[::Array[::String]]
726 |
# File 'sig/client.rbs', line 726
def snapshots_data: () -> ::Array[::Array[::String]]
|
#snapshots_data_header ⇒ ::Array[::String]
725 |
# File 'sig/client.rbs', line 725
def snapshots_data_header: () -> ::Array[::String]
|