Class: Aws::Types::CreateReplicatorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def kafka_clusters
  @kafka_clusters
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


365
366
367
# File 'sig/types.rbs', line 365

def tags
  @tags
end