Class: Aws::AppSync::Types::UpdateApiKeyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::UpdateApiKeyRequest
 
- Defined in:
- gems/aws-sdk-appsync/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.
| 5163 5164 5165 5166 5167 5168 5169 5170 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5163 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.
| 5163 5164 5165 5166 5167 5168 5169 5170 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5163 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 .
| 5163 5164 5165 5166 5167 5168 5169 5170 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5163 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The API key ID.
| 5163 5164 5165 5166 5167 5168 5169 5170 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5163 class UpdateApiKeyRequest < Struct.new( :api_id, :id, :description, :expires) SENSITIVE = [] include Aws::Structure end |