Class: Aws::CloudFront::Types::UpdateKeyGroupResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdateKeyGroupResult
 
- 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  ⇒ Types::KeyGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The key group that was just updated. 
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
| 15394 15395 15396 15397 15398 15399 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15394 class UpdateKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end | 
#key_group ⇒ Types::KeyGroup
The key group that was just updated.
| 15394 15395 15396 15397 15398 15399 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15394 class UpdateKeyGroupResult < Struct.new( :key_group, :etag) SENSITIVE = [] include Aws::Structure end |