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.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5133 class StageKey < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The stage name associated with the stage key.
5133 5134 5135 5136 5137 5138 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5133 class StageKey < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |