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.
1962 1963 1964 1965 1966 1967 |
# File 'lib/aws-sdk-appsync/types.rb', line 1962 class DeleteApiKeyRequest < Struct.new( :api_id, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the API key.
1962 1963 1964 1965 1966 1967 |
# File 'lib/aws-sdk-appsync/types.rb', line 1962 class DeleteApiKeyRequest < Struct.new( :api_id, :id) SENSITIVE = [] include Aws::Structure end |