Class: Aws::AppSync::Types::DeleteApiKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteApiKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#id ⇒ String
The ID for the API key.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-appsync/types.rb', line 1959 class DeleteApiKeyRequest < Struct.new( :api_id, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the API key.
1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-appsync/types.rb', line 1959 class DeleteApiKeyRequest < Struct.new( :api_id, :id) SENSITIVE = [] include Aws::Structure end |