Class: Aws::Types::UpdateOriginAccessControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4086
4087
4088
# File 'sig/types.rbs', line 4086

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4087
4088
4089
# File 'sig/types.rbs', line 4087

def if_match
  @if_match
end

#origin_access_control_configTypes::OriginAccessControlConfig

Returns the value of attribute origin_access_control_config.



4085
4086
4087
# File 'sig/types.rbs', line 4085

def origin_access_control_config
  @origin_access_control_config
end