Class: Aws::Types::CreateOriginAccessControlResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateOriginAccessControlResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#origin_access_control ⇒ Types::OriginAccessControl
Returns the value of attribute origin_access_control.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
714 715 716 |
# File 'sig/types.rbs', line 714 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
713 714 715 |
# File 'sig/types.rbs', line 713 def location @location end |
#origin_access_control ⇒ Types::OriginAccessControl
Returns the value of attribute origin_access_control.
712 713 714 |
# File 'sig/types.rbs', line 712 def origin_access_control @origin_access_control end |