Class: Aws::Types::CreateReplicatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kafka_clusters ⇒ ::Array[Types::KafkaCluster]
Returns the value of attribute kafka_clusters.
-
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
-
#replication_info_list ⇒ ::Array[Types::ReplicationInfo]
Returns the value of attribute replication_info_list.
-
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
366 367 368 |
# File 'sig/types.rbs', line 366 def description @description end |
#kafka_clusters ⇒ ::Array[Types::KafkaCluster]
Returns the value of attribute kafka_clusters.
367 368 369 |
# File 'sig/types.rbs', line 367 def kafka_clusters @kafka_clusters end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
368 369 370 |
# File 'sig/types.rbs', line 368 def log_delivery @log_delivery end |
#replication_info_list ⇒ ::Array[Types::ReplicationInfo]
Returns the value of attribute replication_info_list.
369 370 371 |
# File 'sig/types.rbs', line 369 def replication_info_list @replication_info_list end |
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def replicator_name @replicator_name end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def service_execution_role_arn @service_execution_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
372 373 374 |
# File 'sig/types.rbs', line 372 def @tags end |