class Aws::APIGateway::Types::StageKey

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

@note When making an API call, you may pass StageKey

data as a hash:

    {
      rest_api_id: "String",
      stage_name: "String",
    }

@!attribute [rw] rest_api_id

The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] stage_name

The stage name associated with the stage key.
@return [String]

Constants

SENSITIVE