Class: Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointRoutingConfigDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the routing configuration of the endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failover_config ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
The failover configuration for an endpoint.
Instance Attribute Details
#failover_config ⇒ Types::AwsEventsEndpointRoutingConfigFailoverConfigDetails
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
13214 13215 13216 13217 13218 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13214 class AwsEventsEndpointRoutingConfigDetails < Struct.new( :failover_config) SENSITIVE = [] include Aws::Structure end |