Class: Aws::Types::AwsWafv2CustomResponseDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_response_body_key::String

Returns the value of attribute custom_response_body_key.

Returns:

  • (::String)


4631
4632
4633
# File 'sig/types.rbs', line 4631

def custom_response_body_key
  @custom_response_body_key
end

#response_code::Integer

Returns the value of attribute response_code.

Returns:

  • (::Integer)


4632
4633
4634
# File 'sig/types.rbs', line 4632

def response_code
  @response_code
end

#response_headers::Array[Types::AwsWafv2CustomHttpHeader]

Returns the value of attribute response_headers.

Returns:



4633
4634
4635
# File 'sig/types.rbs', line 4633

def response_headers
  @response_headers
end