Struct rusoto_apigateway::GetStageRequest [] [src]

pub struct GetStageRequest {
    pub rest_api_id: String,
    pub stage_name: String,
}

Requests API Gateway to get information about a Stage resource.

Fields

The string identifier of the associated RestApi.

The name of the Stage resource to get information about.

Trait Implementations

impl Default for GetStageRequest
[src]

[src]

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

impl Debug for GetStageRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetStageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations