Class: Aws::Types::ConsumerGroupReplication
- Inherits:
-
Object
- Object
- Aws::Types::ConsumerGroupReplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_group_offset_sync_mode ⇒ "LEGACY", "ENHANCED"
Returns the value of attribute consumer_group_offset_sync_mode.
-
#consumer_groups_to_exclude ⇒ ::Array[::String]
Returns the value of attribute consumer_groups_to_exclude.
-
#consumer_groups_to_replicate ⇒ ::Array[::String]
Returns the value of attribute consumer_groups_to_replicate.
-
#detect_and_copy_new_consumer_groups ⇒ Boolean
Returns the value of attribute detect_and_copy_new_consumer_groups.
-
#synchronise_consumer_group_offsets ⇒ Boolean
Returns the value of attribute synchronise_consumer_group_offsets.
Instance Attribute Details
#consumer_group_offset_sync_mode ⇒ "LEGACY", "ENHANCED"
Returns the value of attribute consumer_group_offset_sync_mode.
299 300 301 |
# File 'sig/types.rbs', line 299 def consumer_group_offset_sync_mode @consumer_group_offset_sync_mode end |
#consumer_groups_to_exclude ⇒ ::Array[::String]
Returns the value of attribute consumer_groups_to_exclude.
295 296 297 |
# File 'sig/types.rbs', line 295 def consumer_groups_to_exclude @consumer_groups_to_exclude end |
#consumer_groups_to_replicate ⇒ ::Array[::String]
Returns the value of attribute consumer_groups_to_replicate.
296 297 298 |
# File 'sig/types.rbs', line 296 def consumer_groups_to_replicate @consumer_groups_to_replicate end |
#detect_and_copy_new_consumer_groups ⇒ Boolean
Returns the value of attribute detect_and_copy_new_consumer_groups.
297 298 299 |
# File 'sig/types.rbs', line 297 def detect_and_copy_new_consumer_groups @detect_and_copy_new_consumer_groups end |
#synchronise_consumer_group_offsets ⇒ Boolean
Returns the value of attribute synchronise_consumer_group_offsets.
298 299 300 |
# File 'sig/types.rbs', line 298 def synchronise_consumer_group_offsets @synchronise_consumer_group_offsets end |