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)


13247
13248
13249
13250
13251
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13247

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