Class: Aws::Types::ReplicatorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReplicatorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#is_replicator_reference ⇒ Boolean
Returns the value of attribute is_replicator_reference.
-
#kafka_clusters_summary ⇒ ::Array[Types::KafkaClusterSummary]
Returns the value of attribute kafka_clusters_summary.
-
#replication_info_summary_list ⇒ ::Array[Types::ReplicationInfoSummary]
Returns the value of attribute replication_info_summary_list.
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
-
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
-
#replicator_resource_arn ⇒ ::String
Returns the value of attribute replicator_resource_arn.
-
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def creation_time @creation_time end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def current_version @current_version end |
#is_replicator_reference ⇒ Boolean
Returns the value of attribute is_replicator_reference.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def is_replicator_reference @is_replicator_reference end |
#kafka_clusters_summary ⇒ ::Array[Types::KafkaClusterSummary]
Returns the value of attribute kafka_clusters_summary.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def kafka_clusters_summary @kafka_clusters_summary end |
#replication_info_summary_list ⇒ ::Array[Types::ReplicationInfoSummary]
Returns the value of attribute replication_info_summary_list.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def replication_info_summary_list @replication_info_summary_list end |
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def replicator_arn @replicator_arn end |
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def replicator_name @replicator_name end |
#replicator_resource_arn ⇒ ::String
Returns the value of attribute replicator_resource_arn.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def replicator_resource_arn @replicator_resource_arn end |
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def replicator_state @replicator_state end |