Class: Aws::SecurityHub::Types::AwsEventsEndpointReplicationConfigDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The state of event replication.

Returns:

  • (String)


13195
13196
13197
13198
13199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13195

class AwsEventsEndpointReplicationConfigDetails < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end