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
Note:
When making an API call, you may pass StageKey data as a hash:
{
rest_api_id: "String",
stage_name: "String",
}
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.