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.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2219 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the origin access control.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2219 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control.
2219 2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2219 class CreateOriginAccessControlResult < Struct.new( :origin_access_control, :location, :etag) SENSITIVE = [] include Aws::Structure end |