Struct aws_sdk_backupstorage::operation::GetChunk
source · pub struct GetChunk { /* private fields */ }
Expand description
Operation shape for GetChunk
.
This is usually constructed for you using the the fluent builder returned by
get_chunk
.
See crate::client::fluent_builders::GetChunk
for more details about the operation.
Implementations§
Trait Implementations§
source§impl ParseHttpResponse for GetChunk
impl ParseHttpResponse for GetChunk
§type Output = Result<GetChunkOutput, GetChunkError>
type Output = Result<GetChunkOutput, GetChunkError>
Output type of the HttpResponse. Read more