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)


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.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def kafka_clusters
  @kafka_clusters
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


372
373
374
# File 'sig/types.rbs', line 372

def tags
  @tags
end