Class: Aws::ApiGatewayV2::Types::DeleteApiRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


2764
2765
2766
2767
2768
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2764

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