Class: Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityRequest
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The request to update an origin access identity.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cloud_front_origin_access_identity_config  ⇒ Types::CloudFrontOriginAccessIdentityConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identity's configuration information. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identity's id. 
- 
  
    
      #if_match  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the ETagheader that you received when retrieving the identity's configuration.
Instance Attribute Details
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
The identity's configuration information.
| 14878 14879 14880 14881 14882 14883 14884 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14878 class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new( :cloud_front_origin_access_identity_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The identity's id.
| 14878 14879 14880 14881 14882 14883 14884 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14878 class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new( :cloud_front_origin_access_identity_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end | 
#if_match ⇒ String
The value of the ETag header that you received when retrieving the
identity's configuration. For example: E2QWRUHAPOMQZL.
| 14878 14879 14880 14881 14882 14883 14884 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14878 class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new( :cloud_front_origin_access_identity_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |