Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition

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

Overview

The condition that must be met in order to apply the routing rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_error_code_returned_equalsString

Indicates to redirect the request if the HTTP error code matches this value.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19206

class AwsS3BucketWebsiteConfigurationRoutingRuleCondition < Struct.new(
  :http_error_code_returned_equals,
  :key_prefix_equals)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefix_equalsString

Indicates to redirect the request if the key prefix matches this value.

Returns:

  • (String)


19206
19207
19208
19209
19210
19211
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19206

class AwsS3BucketWebsiteConfigurationRoutingRuleCondition < Struct.new(
  :http_error_code_returned_equals,
  :key_prefix_equals)
  SENSITIVE = []
  include Aws::Structure
end