Class: Aws::Types::TopicReplicationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::TopicReplicationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_access_control_lists_for_topics ⇒ Boolean
Returns the value of attribute copy_access_control_lists_for_topics.
-
#copy_topic_configurations ⇒ Boolean
Returns the value of attribute copy_topic_configurations.
-
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
-
#topics_to_exclude ⇒ ::Array[::String]
Returns the value of attribute topics_to_exclude.
-
#topics_to_replicate ⇒ ::Array[::String]
Returns the value of attribute topics_to_replicate.
Instance Attribute Details
#copy_access_control_lists_for_topics ⇒ Boolean
Returns the value of attribute copy_access_control_lists_for_topics.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def copy_access_control_lists_for_topics @copy_access_control_lists_for_topics end |
#copy_topic_configurations ⇒ Boolean
Returns the value of attribute copy_topic_configurations.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def copy_topic_configurations @copy_topic_configurations end |
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 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.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def topics_to_exclude @topics_to_exclude end |
#topics_to_replicate ⇒ ::Array[::String]
Returns the value of attribute topics_to_replicate.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def topics_to_replicate @topics_to_replicate end |