Class: Aws::Types::ResponseHeadersPolicyConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


3234
3235
3236
# File 'sig/types.rbs', line 3234

def comment
  @comment
end

#cors_configTypes::ResponseHeadersPolicyCorsConfig

Returns the value of attribute cors_config.



3236
3237
3238
# File 'sig/types.rbs', line 3236

def cors_config
  @cors_config
end

#custom_headers_configTypes::ResponseHeadersPolicyCustomHeadersConfig

Returns the value of attribute custom_headers_config.



3239
3240
3241
# File 'sig/types.rbs', line 3239

def custom_headers_config
  @custom_headers_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3235
3236
3237
# File 'sig/types.rbs', line 3235

def name
  @name
end

#remove_headers_configTypes::ResponseHeadersPolicyRemoveHeadersConfig

Returns the value of attribute remove_headers_config.



3240
3241
3242
# File 'sig/types.rbs', line 3240

def remove_headers_config
  @remove_headers_config
end

#security_headers_configTypes::ResponseHeadersPolicySecurityHeadersConfig

Returns the value of attribute security_headers_config.



3237
3238
3239
# File 'sig/types.rbs', line 3237

def security_headers_config
  @security_headers_config
end

#server_timing_headers_configTypes::ResponseHeadersPolicyServerTimingHeadersConfig

Returns the value of attribute server_timing_headers_config.



3238
3239
3240
# File 'sig/types.rbs', line 3238

def server_timing_headers_config
  @server_timing_headers_config
end