Class: Aws::CloudFront::Types::CreateOriginAccessControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateOriginAccessControlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The version identifier for the current version of the origin access control.
-
#location ⇒ String
The URL of the origin access control.
-
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the origin access control.
2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2154 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the origin access control.
2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2154 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control.
2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2154 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |