Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails

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

Overview

Provides details about the primary Amazon Web Services Region of the endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkString

The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.

Returns:

  • (String)


13257
13258
13259
13260
13261
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13257

class AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails < Struct.new(
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end