Class: Aws::ApiGatewayV2::Types::GetStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetStageRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
5868 5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5868 class GetStageRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
5868 5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5868 class GetStageRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |