Class: Aws::Types::ResponseHeadersPolicyFrameOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frame_option"DENY", "SAMEORIGIN"

Returns the value of attribute frame_option.

Returns:

  • ("DENY", "SAMEORIGIN")


3281
3282
3283
# File 'sig/types.rbs', line 3281

def frame_option
  @frame_option
end

#overrideBoolean

Returns the value of attribute override.

Returns:

  • (Boolean)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def override
  @override
end