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.
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_configurations ⇒ Boolean
Returns the value of attribute copy_topic_configurations.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def copy_topic_configurations @copy_topic_configurations end |
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
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.
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.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def topics_to_replicate @topics_to_replicate end |