Class: Aws::Types::ResponseHeadersPolicyXSSProtection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mode_blockBoolean

Returns the value of attribute mode_block.

Returns:

  • (Boolean)


3348
3349
3350
# File 'sig/types.rbs', line 3348

def mode_block
  @mode_block
end

#overrideBoolean

Returns the value of attribute override.

Returns:

  • (Boolean)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def override
  @override
end

#protectionBoolean

Returns the value of attribute protection.

Returns:

  • (Boolean)


3347
3348
3349
# File 'sig/types.rbs', line 3347

def protection
  @protection
end

#report_uri::String

Returns the value of attribute report_uri.

Returns:

  • (::String)


3349
3350
3351
# File 'sig/types.rbs', line 3349

def report_uri
  @report_uri
end