Class: Aws::Types::OriginAccessControlSummary
- Inherits:
-
Object
- Object
- Aws::Types::OriginAccessControlSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def name @name end |
#origin_access_control_origin_type ⇒ "s3", ...
Returns the value of attribute origin_access_control_origin_type.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def origin_access_control_origin_type @origin_access_control_origin_type end |
#signing_behavior ⇒ "never", ...
Returns the value of attribute signing_behavior.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def signing_behavior @signing_behavior end |
#signing_protocol ⇒ "sigv4", "sigv4a"
Returns the value of attribute signing_protocol.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def signing_protocol @signing_protocol end |