Class: Aws::Types::ConsumerGroupReplicationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ConsumerGroupReplicationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_groups_to_exclude ⇒ ::Array[::String]
Returns the value of attribute consumer_groups_to_exclude.
304 305 306 |
# File 'sig/types.rbs', line 304 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.
305 306 307 |
# File 'sig/types.rbs', line 305 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.
306 307 308 |
# File 'sig/types.rbs', line 306 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.
307 308 309 |
# File 'sig/types.rbs', line 307 def synchronise_consumer_group_offsets @synchronise_consumer_group_offsets end |