Class: Aws::Types::ReplicatorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def creation_time
  @creation_time
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def current_version
  @current_version
end

#is_replicator_referenceBoolean

Returns the value of attribute is_replicator_reference.

Returns:

  • (Boolean)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def is_replicator_reference
  @is_replicator_reference
end

#kafka_clusters_summary::Array[Types::KafkaClusterSummary]

Returns the value of attribute kafka_clusters_summary.

Returns:



1331
1332
1333
# File 'sig/types.rbs', line 1331

def kafka_clusters_summary
  @kafka_clusters_summary
end

#replication_info_summary_list::Array[Types::ReplicationInfoSummary]

Returns the value of attribute replication_info_summary_list.

Returns:



1332
1333
1334
# File 'sig/types.rbs', line 1332

def replication_info_summary_list
  @replication_info_summary_list
end

#replicator_arn::String

Returns the value of attribute replicator_arn.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def replicator_arn
  @replicator_arn
end

#replicator_name::String

Returns the value of attribute replicator_name.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def replicator_name
  @replicator_name
end

#replicator_resource_arn::String

Returns the value of attribute replicator_resource_arn.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def replicator_resource_arn
  @replicator_resource_arn
end

#replicator_state"RUNNING", ...

Returns the value of attribute replicator_state.

Returns:

  • ("RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED")


1336
1337
1338
# File 'sig/types.rbs', line 1336

def replicator_state
  @replicator_state
end