Struct rusoto_apigateway::DeleteStageRequest [] [src]

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

Requests API Gateway to delete a Stage resource.

Fields

The string identifier of the associated RestApi.

The name of the Stage resource to delete.

Trait Implementations

impl Default for DeleteStageRequest
[src]

[src]

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

impl Debug for DeleteStageRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteStageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations