Class: Aws::WAFV2::Types::GetDecryptedAPIKeyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::GetDecryptedAPIKeyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the key was created.
 - 
  
    
      #token_domains  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token domains that are defined in this API key.
 
Instance Attribute Details
#creation_timestamp ⇒ Time
The date and time that the key was created.
      2888 2889 2890 2891 2892 2893  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 2888 class GetDecryptedAPIKeyResponse < Struct.new( :token_domains, :creation_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#token_domains ⇒ Array<String>
The token domains that are defined in this API key.
      2888 2889 2890 2891 2892 2893  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 2888 class GetDecryptedAPIKeyResponse < Struct.new( :token_domains, :creation_timestamp) SENSITIVE = [] include Aws::Structure end  |