Class: Aws::Types::DescribeReplicatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicatorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#is_replicator_reference ⇒ Boolean
Returns the value of attribute is_replicator_reference.
-
#kafka_clusters ⇒ ::Array[Types::KafkaClusterDescription]
Returns the value of attribute kafka_clusters.
-
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
-
#replication_info_list ⇒ ::Array[Types::ReplicationInfoDescription]
Returns the value of attribute replication_info_list.
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
-
#replicator_description ⇒ ::String
Returns the value of attribute replicator_description.
-
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
-
#replicator_resource_arn ⇒ ::String
Returns the value of attribute replicator_resource_arn.
-
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#state_info ⇒ Types::ReplicationStateInfo
Returns the value of attribute state_info.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
609 610 611 |
# File 'sig/types.rbs', line 609 def current_version @current_version end |
#is_replicator_reference ⇒ Boolean
Returns the value of attribute is_replicator_reference.
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.
611 612 613 |
# File 'sig/types.rbs', line 611 def kafka_clusters @kafka_clusters end |
#log_delivery ⇒ Types::LogDelivery
Returns the value of attribute log_delivery.
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.
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.
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.
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.
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.
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.
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.
619 620 621 |
# File 'sig/types.rbs', line 619 def service_execution_role_arn @service_execution_role_arn end |
#state_info ⇒ Types::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.
621 622 623 |
# File 'sig/types.rbs', line 621 def @tags end |