Class: Aws::SecurityHub::Types::AwsEventsEndpointReplicationConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEndpointReplicationConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13198 class AwsEventsEndpointReplicationConfigDetails < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |