Class: Aws::CloudFront::Types::CreateOriginAccessControlResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::CreateOriginAccessControlResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version identifier for the current version of the origin access control. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the origin access control. 
- 
  
    
      #origin_access_control  ⇒ Types::OriginAccessControl 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains an origin access control. 
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the origin access control.
| 2923 2924 2925 2926 2927 2928 2929 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2923 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The URL of the origin access control.
| 2923 2924 2925 2926 2927 2928 2929 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2923 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end | 
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control.
| 2923 2924 2925 2926 2927 2928 2929 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2923 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |