type github.com/aws/aws-sdk-go-v2/service/s3.GetObjectAttributesOutput

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObjectAttributes.go#L124: func (c *Client) GetObjectAttributes(ctx context.Context, params *GetObjectAttributesInput, optFns ...func(*Options)) (*GetObjectAttributesOutput, error) {
		api_op_GetObjectAttributes.go#L134: 	out := result.(*GetObjectAttributesOutput)
		api_op_GetObjectAttributes.go#L214: type GetObjectAttributesOutput struct {
		deserializers.go#L5669: 	output := &GetObjectAttributesOutput{}
		deserializers.go#L5751: func awsRestxml_deserializeOpHttpBindingsGetObjectAttributesOutput(v *GetObjectAttributesOutput, response *smithyhttp.Response) error {
		deserializers.go#L5786: func awsRestxml_deserializeOpDocumentGetObjectAttributesOutput(v **GetObjectAttributesOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L5790: 	var sv *GetObjectAttributesOutput
		deserializers.go#L5792: 		sv = &GetObjectAttributesOutput{}