Method: Aws::EventBridge::Types::ReplicationConfig#state
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
#state ⇒ String
The state of event replication.
4738 4739 4740 4741 4742 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4738 class ReplicationConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |