Class: Aws::APIGateway::Types::DeleteRestApiRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Request to delete the specified API from your collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1515
1516
1517
1518
1519
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1515

class DeleteRestApiRequest < Struct.new(
  :rest_api_id)
  SENSITIVE = []
  include Aws::Structure
end