Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#health_check ⇒ String
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
Instance Attribute Details
#health_check ⇒ String
The Amazon Resource Name (ARN) of the health check used by the endpoint to determine whether failover is triggered.
13250 13251 13252 13253 13254 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13250 class AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end |