Struct rusoto_apigateway::StageKey[][src]

pub struct StageKey {
    pub rest_api_id: Option<String>,
    pub stage_name: Option<String>,
}

A reference to a unique stage identified in the format {restApiId}/{stage}.

Fields

The string identifier of the associated RestApi.

The stage name associated with the stage key.

Trait Implementations

impl Default for StageKey
[src]

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

impl Debug for StageKey
[src]

Formats the value using the given formatter. Read more

impl Clone for StageKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StageKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for StageKey

impl Sync for StageKey