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.
359 360 361 |
# File 'sig/types.rbs', line 359 def description @description end |
#kafka_clusters ⇒ ::Array[Types::KafkaCluster]
Returns the value of attribute kafka_clusters.
360 361 362 |
# File 'sig/types.rbs', line 360 def kafka_clusters @kafka_clusters end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
361 362 363 |
# File 'sig/types.rbs', line 361 def log_delivery @log_delivery end |
#replication_info_list ⇒ ::Array[Types::ReplicationInfo]
Returns the value of attribute replication_info_list.
362 363 364 |
# File 'sig/types.rbs', line 362 def replication_info_list @replication_info_list end |
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
363 364 365 |
# File 'sig/types.rbs', line 363 def replicator_name @replicator_name end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
364 365 366 |
# File 'sig/types.rbs', line 364 def service_execution_role_arn @service_execution_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
365 366 367 |
# File 'sig/types.rbs', line 365 def @tags end |