Class: Aws::AppSync::Types::DeleteGraphqlApiRequest

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)


2100
2101
2102
2103
2104
# File 'lib/aws-sdk-appsync/types.rb', line 2100

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