Struct rusoto_apigateway::ExportResponse [] [src]

pub struct ExportResponse {
    pub body: Option<Vec<u8>>,
    pub content_disposition: Option<String>,
    pub content_type: Option<String>,
}

The binary blob response to GetExport, which contains the generated SDK.

Fields

The binary blob response to GetExport, which contains the export.

The content-disposition header value in the HTTP response.

The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.

Trait Implementations

impl Default for ExportResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ExportResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExportResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations