Class: Aws::APIGateway::Types::StageKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::StageKey
- Includes:
- Structure
- Defined in:
- 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.