Class: Aws::Types::DescribeReplicatorResponse

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)


608
609
610
# File 'sig/types.rbs', line 608

def creation_time
  @creation_time
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def current_version
  @current_version
end

#is_replicator_referenceBoolean

Returns the value of attribute is_replicator_reference.

Returns:

  • (Boolean)


610
611
612
# File 'sig/types.rbs', line 610

def is_replicator_reference
  @is_replicator_reference
end

#kafka_clusters::Array[Types::KafkaClusterDescription]

Returns the value of attribute kafka_clusters.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def kafka_clusters
  @kafka_clusters
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def log_delivery
  @log_delivery
end

#replication_info_list::Array[Types::ReplicationInfoDescription]

Returns the value of attribute replication_info_list.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def replication_info_list
  @replication_info_list
end

#replicator_arn::String

Returns the value of attribute replicator_arn.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def replicator_arn
  @replicator_arn
end

#replicator_description::String

Returns the value of attribute replicator_description.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def replicator_description
  @replicator_description
end

#replicator_name::String

Returns the value of attribute replicator_name.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def replicator_name
  @replicator_name
end

#replicator_resource_arn::String

Returns the value of attribute replicator_resource_arn.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def replicator_resource_arn
  @replicator_resource_arn
end

#replicator_state"RUNNING", ...

Returns the value of attribute replicator_state.

Returns:

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


618
619
620
# File 'sig/types.rbs', line 618

def replicator_state
  @replicator_state
end

#service_execution_role_arn::String

Returns the value of attribute service_execution_role_arn.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def service_execution_role_arn
  @service_execution_role_arn
end

#state_infoTypes::ReplicationStateInfo

Returns the value of attribute state_info.



620
621
622
# File 'sig/types.rbs', line 620

def state_info
  @state_info
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


621
622
623
# File 'sig/types.rbs', line 621

def tags
  @tags
end