Class: Aws::Types::TopicReplicationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_access_control_lists_for_topicsBoolean

Returns the value of attribute copy_access_control_lists_for_topics.

Returns:

  • (Boolean)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def copy_access_control_lists_for_topics
  @copy_access_control_lists_for_topics
end

#copy_topic_configurationsBoolean

Returns the value of attribute copy_topic_configurations.

Returns:

  • (Boolean)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def copy_topic_configurations
  @copy_topic_configurations
end

#detect_and_copy_new_topicsBoolean

Returns the value of attribute detect_and_copy_new_topics.

Returns:

  • (Boolean)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def detect_and_copy_new_topics
  @detect_and_copy_new_topics
end

#topics_to_exclude::Array[::String]

Returns the value of attribute topics_to_exclude.

Returns:

  • (::Array[::String])


1420
1421
1422
# File 'sig/types.rbs', line 1420

def topics_to_exclude
  @topics_to_exclude
end

#topics_to_replicate::Array[::String]

Returns the value of attribute topics_to_replicate.

Returns:

  • (::Array[::String])


1421
1422
1423
# File 'sig/types.rbs', line 1421

def topics_to_replicate
  @topics_to_replicate
end