Class: Aws::Types::OriginAccessControlConfig
- Inherits:
-
Object
- Object
- Aws::Types::OriginAccessControlConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin_access_control_origin_type ⇒ "s3", ...
Returns the value of attribute origin_access_control_origin_type.
-
#signing_behavior ⇒ "never", ...
Returns the value of attribute signing_behavior.
-
#signing_protocol ⇒ "sigv4", "sigv4a"
Returns the value of attribute signing_protocol.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def name @name end |
#origin_access_control_origin_type ⇒ "s3", ...
Returns the value of attribute origin_access_control_origin_type.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def origin_access_control_origin_type @origin_access_control_origin_type end |
#signing_behavior ⇒ "never", ...
Returns the value of attribute signing_behavior.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def signing_behavior @signing_behavior end |
#signing_protocol ⇒ "sigv4", "sigv4a"
Returns the value of attribute signing_protocol.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def signing_protocol @signing_protocol end |