Class: Aws::Types::OriginAccessControlSummary

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)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • ("sigv4", "sigv4a")


2879
2880
2881
# File 'sig/types.rbs', line 2879

def signing_protocol
  @signing_protocol
end