Class: Aws::Types::OriginAccessControlConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("s3", "mediastore", "mediapackagev2", "lambda")


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.

Returns:

  • ("never", "always", "no-override")


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.

Returns:

  • ("sigv4", "sigv4a")


2854
2855
2856
# File 'sig/types.rbs', line 2854

def signing_protocol
  @signing_protocol
end