You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::DeleteRestApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteRestApiRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteRestApiRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
rest_api_id: "String", # required
}
Request to delete the specified API from your collection.
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
Instance Attribute Details
#rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.