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.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 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.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def copy_topic_configurations @copy_topic_configurations end |
#detect_and_copy_new_topics ⇒ Boolean
Returns the value of attribute detect_and_copy_new_topics.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 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.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def topics_to_exclude @topics_to_exclude end |
#topics_to_replicate ⇒ ::Array[::String]
Returns the value of attribute topics_to_replicate.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def topics_to_replicate @topics_to_replicate end |