Class: Aws::AppSync::Types::UpdateApiKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiKeyResponse
- Includes:
- Structure
- Defined in:
- 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.
4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-appsync/types.rb', line 4501 class UpdateApiKeyResponse < Struct.new( :api_key) SENSITIVE = [] include Aws::Structure end |