Class: Aws::ApiGatewayV2::Types::DeleteStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteStageRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteStageRequest data as a hash:
{
api_id: "__string", # required
stage_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
3317 3318 3319 3320 3321 3322 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3317 class DeleteStageRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
3317 3318 3319 3320 3321 3322 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3317 class DeleteStageRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |