Class: Aws::RTBFabric::Types::ResponderErrorMaskingForHttpCode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Describes the masking for HTTP error codes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ String

The action for the error..

Returns:

  • (String)


2709
2710
2711
2712
2713
2714
2715
2716
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2709

class ResponderErrorMaskingForHttpCode < Struct.new(
  :http_code,
  :action,
  :logging_types,
  :response_logging_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#http_code ⇒ String

The HTTP error code.

Returns:

  • (String)


2709
2710
2711
2712
2713
2714
2715
2716
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2709

class ResponderErrorMaskingForHttpCode < Struct.new(
  :http_code,
  :action,
  :logging_types,
  :response_logging_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#logging_types ⇒ Array<String>

The error log type.

Returns:

  • (Array<String>)


2709
2710
2711
2712
2713
2714
2715
2716
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2709

class ResponderErrorMaskingForHttpCode < Struct.new(
  :http_code,
  :action,
  :logging_types,
  :response_logging_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#response_logging_percentage ⇒ Float

The percentage of response logging.

Returns:

  • (Float)


2709
2710
2711
2712
2713
2714
2715
2716
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2709

class ResponderErrorMaskingForHttpCode < Struct.new(
  :http_code,
  :action,
  :logging_types,
  :response_logging_percentage)
  SENSITIVE = []
  include Aws::Structure
end