Class: Aws::AppSync::Types::DeleteApiRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The ‘Api` ID.

Returns:

  • (String)


2005
2006
2007
2008
2009
# File 'lib/aws-sdk-appsync/types.rb', line 2005

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