Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The origin access identity’s configuration information. For more information, see [CloudFrontOriginAccessIdentityConfig].

[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identity’s ID.



6997
6998
6999
7000
7001
# File 'lib/aws-sdk-cloudfront/types.rb', line 6997

class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end