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.
5016 5017 5018 5019 5020 5021 5022 5023 |
# File 'lib/aws-sdk-appsync/types.rb', line 5016 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.
5016 5017 5018 5019 5020 5021 5022 5023 |
# File 'lib/aws-sdk-appsync/types.rb', line 5016 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 .
5016 5017 5018 5019 5020 5021 5022 5023 |
# File 'lib/aws-sdk-appsync/types.rb', line 5016 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The API key ID.
5016 5017 5018 5019 5020 5021 5022 5023 |
# File 'lib/aws-sdk-appsync/types.rb', line 5016 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |