Class: Aws::APIGateway::Types::DeleteStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteStageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to delete 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 delete.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1593 1594 1595 1596 1597 1598 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1593 class DeleteStageRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the Stage resource to delete.
1593 1594 1595 1596 1597 1598 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1593 class DeleteStageRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |