Class: Aws::CloudFront::Types::CreateKeyGroupResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::CreateKeyGroupResult
 
- 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 created. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the key group. 
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
| 2809 2810 2811 2812 2813 2814 2815 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2809 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#key_group ⇒ Types::KeyGroup
The key group that was just created.
| 2809 2810 2811 2812 2813 2814 2815 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2809 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The URL of the key group.
| 2809 2810 2811 2812 2813 2814 2815 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2809 class CreateKeyGroupResult < Struct.new( :key_group, :location, :etag) SENSITIVE = [] include Aws::Structure end |