Class: Aws::APIGateway::Types::GetStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetStageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to get information about a Stage resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_name ⇒ String
The name of the Stage resource to get information about.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
3145 3146 3147 3148 3149 3150 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3145 class GetStageRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the Stage resource to get information about.
3145 3146 3147 3148 3149 3150 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3145 class GetStageRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |