You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateCloudFrontOriginAccessIdentityRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request to update an origin access identity.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_configTypes::CloudFrontOriginAccessIdentityConfig

The identity\'s configuration information.

Returns:

#idString

The identity\'s id.

Returns:

  • (String)

    The identity\'s id.

#if_matchString

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

Returns:

  • (String)

    The value of the ETag header that you received when retrieving the identity\'s configuration.