Class: Aws::Types::DescribeReplicatorResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



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

def creation_time
  @creation_time
end

#current_version::String

Returns the value of attribute current_version.



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

def current_version
  @current_version
end

#is_replicator_referenceBoolean

Returns the value of attribute is_replicator_reference.



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

def is_replicator_reference
  @is_replicator_reference
end

#kafka_clusters::Array[Types::KafkaClusterDescription]

Returns the value of attribute kafka_clusters.



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

def kafka_clusters
  @kafka_clusters
end

#log_deliveryTypes::LogDelivery

Returns the value of attribute log_delivery.



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

def log_delivery
  @log_delivery
end

#replication_info_list::Array[Types::ReplicationInfoDescription]

Returns the value of attribute replication_info_list.



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

def replication_info_list
  @replication_info_list
end

#replicator_arn::String

Returns the value of attribute replicator_arn.



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

def replicator_arn
  @replicator_arn
end

#replicator_description::String

Returns the value of attribute replicator_description.



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

def replicator_description
  @replicator_description
end

#replicator_name::String

Returns the value of attribute replicator_name.



623
624
625
# File 'sig/types.rbs', line 623

def replicator_name
  @replicator_name
end

#replicator_resource_arn::String

Returns the value of attribute replicator_resource_arn.



624
625
626
# File 'sig/types.rbs', line 624

def replicator_resource_arn
  @replicator_resource_arn
end

#replicator_state"RUNNING", ...

Returns the value of attribute replicator_state.



625
626
627
# File 'sig/types.rbs', line 625

def replicator_state
  @replicator_state
end

#service_execution_role_arn::String

Returns the value of attribute service_execution_role_arn.



626
627
628
# File 'sig/types.rbs', line 626

def service_execution_role_arn
  @service_execution_role_arn
end

#state_infoTypes::ReplicationStateInfo

Returns the value of attribute state_info.



627
628
629
# File 'sig/types.rbs', line 627

def state_info
  @state_info
end

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

Returns the value of attribute tags.



628
629
630
# File 'sig/types.rbs', line 628

def tags
  @tags
end