Class: Aws::Types::OriginAccessControlConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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