class Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityRequest

The request to update an origin access identity.

@note When making an API call, you may pass UpdateCloudFrontOriginAccessIdentityRequest

data as a hash:

    {
      cloud_front_origin_access_identity_config: { # required
        caller_reference: "string", # required
        comment: "string", # required
      },
      id: "string", # required
      if_match: "string",
    }

@!attribute [rw] cloud_front_origin_access_identity_config

The identity's configuration information.
@return [Types::CloudFrontOriginAccessIdentityConfig]

@!attribute [rw] id

The identity's id.
@return [String]

@!attribute [rw] if_match

The value of the `ETag` header that you received when retrieving the
identity's configuration. For example: `E2QWRUHAPOMQZL`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentityRequest AWS API Documentation

Constants

SENSITIVE