Class: Aws::APIGateway::Types::DeleteRestApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteRestApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to delete the specified API from your collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1515 class DeleteRestApiRequest < Struct.new( :rest_api_id) SENSITIVE = [] include Aws::Structure end |