class Aws::APIGateway::Types::DeleteStageRequest
Requests API Gateway to delete a Stage
resource.
@note When making an API call, you may pass DeleteStageRequest
data as a hash: { rest_api_id: "String", # required stage_name: "String", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] stage_name
\[Required\] The name of the Stage resource to delete. @return [String]
Constants
- SENSITIVE