Class: Aws::AppSync::Types::UpdateApiKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The ID for the GraphQL API.
-
#description ⇒ String
A description of the purpose of the API key.
-
#expires ⇒ Integer
From the update time, the time after which the API key expires.
-
#id ⇒ String
The API key ID.
Instance Attribute Details
#api_id ⇒ String
The ID for the GraphQL API.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-appsync/types.rb', line 5019 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the purpose of the API key.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-appsync/types.rb', line 5019 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |
#expires ⇒ Integer
From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-appsync/types.rb', line 5019 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The API key ID.
5019 5020 5021 5022 5023 5024 5025 5026 |
# File 'lib/aws-sdk-appsync/types.rb', line 5019 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |