Class: Aws::EventBridge::Types::Primary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::Primary
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
The primary Region of the endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check ⇒ String
The ARN of the health check used by the endpoint to determine whether failover is triggered.
Instance Attribute Details
#health_check ⇒ String
The ARN of the health check used by the endpoint to determine whether failover is triggered.
3419 3420 3421 3422 3423 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3419 class Primary < Struct.new( :health_check) SENSITIVE = [] include Aws::Structure end |