Class: Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_front_origin_access_identity_configTypes::CloudFrontOriginAccessIdentityConfig

The identity's configuration information.



14863
14864
14865
14866
14867
14868
14869
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14863

class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new(
  :cloud_front_origin_access_identity_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identity's id.

Returns:

  • (String)


14863
14864
14865
14866
14867
14868
14869
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14863

class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new(
  :cloud_front_origin_access_identity_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


14863
14864
14865
14866
14867
14868
14869
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14863

class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new(
  :cloud_front_origin_access_identity_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end