Struct rusoto_apigateway::GetMethodRequest [] [src]

pub struct GetMethodRequest {
    pub http_method: String,
    pub resource_id: String,
    pub rest_api_id: String,
}

Request to describe an existing Method resource.

Fields

Specifies the method request's HTTP method type.

The Resource identifier for the Method resource.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetMethodRequest
[src]

[src]

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

impl Debug for GetMethodRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetMethodRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more