Class: Aws::Kafka::Types::ReplicationStateInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ReplicationStateInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details about the state of a replicator
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Code that describes the current state of the replicator.
-
#message ⇒ String
Message that describes the state of the replicator.
Instance Attribute Details
#code ⇒ String
Code that describes the current state of the replicator.
3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-kafka/types.rb', line 3514 class ReplicationStateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Message that describes the state of the replicator.
3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-kafka/types.rb', line 3514 class ReplicationStateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |