Class: Aws::AppSync::Types::DeleteApiKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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)


1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1641

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

#idString

The ID for the API key.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1641

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