Class: Aws::APIGateway::Types::StageKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::StageKey
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
A reference to a unique stage identified in the format
{restApiId}/{stage}
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_name ⇒ String
The stage name associated with the stage key.