Class: Aws::CloudFront::Types::GetKeyGroupConfigResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupConfigResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for this version of the key group. 
- 
  
    
      #key_group_config  ⇒ Types::KeyGroupConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The key group configuration. 
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
| 7109 7110 7111 7112 7113 7114 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7109 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end | 
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
| 7109 7110 7111 7112 7113 7114 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7109 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end |