Class: Aws::Types::ConsumerGroupReplication

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group_offset_sync_mode"LEGACY", "ENHANCED"

Returns the value of attribute consumer_group_offset_sync_mode.

Returns:

  • ("LEGACY", "ENHANCED")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


296
297
298
# File 'sig/types.rbs', line 296

def consumer_groups_to_replicate
  @consumer_groups_to_replicate
end

#detect_and_copy_new_consumer_groupsBoolean

Returns the value of attribute detect_and_copy_new_consumer_groups.

Returns:

  • (Boolean)


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_offsetsBoolean

Returns the value of attribute synchronise_consumer_group_offsets.

Returns:

  • (Boolean)


298
299
300
# File 'sig/types.rbs', line 298

def synchronise_consumer_group_offsets
  @synchronise_consumer_group_offsets
end