Class: Aws::APIGateway::Types::GetStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetStageRequest
- Defined in:
- gems/aws-sdk-apigateway/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.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2957 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.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2957 class GetStageRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |