Class: Aws::SecurityHub::Types::AwsEventsEndpointReplicationConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointReplicationConfigDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Indicates whether replication is enabled or disabled for the endpoint. If enabled, the endpoint can replicate all events to a secondary Amazon Web Services Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of event replication.
Instance Attribute Details
#state ⇒ String
The state of event replication.
12821 12822 12823 12824 12825 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12821 class AwsEventsEndpointReplicationConfigDetails < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |