Class: Aws::Types::CreateOriginAccessControlResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.



714
715
716
# File 'sig/types.rbs', line 714

def etag
  @etag
end

#location::String

Returns the value of attribute location.



713
714
715
# File 'sig/types.rbs', line 713

def location
  @location
end

#origin_access_controlTypes::OriginAccessControl

Returns the value of attribute origin_access_control.



712
713
714
# File 'sig/types.rbs', line 712

def origin_access_control
  @origin_access_control
end