Class: Aws::CloudFront::Types::OriginAccessControl

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

Overview

A CloudFront origin access control, including its unique identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the origin access control.

Returns:

  • (String)


8294
8295
8296
8297
8298
8299
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8294

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

#origin_access_control_configTypes::OriginAccessControlConfig

The origin access control.



8294
8295
8296
8297
8298
8299
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8294

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