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