Class: Aws::AppSync::Types::CreateApiKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateApiKeyResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key ⇒ Types::ApiKey
The API key.
Instance Attribute Details
#api_key ⇒ Types::ApiKey
The API key.
694 695 696 697 698 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 694 class CreateApiKeyResponse < Struct.new( :api_key) SENSITIVE = [] include Aws::Structure end |