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")


306
307
308
# File 'sig/types.rbs', line 306

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])


302
303
304
# File 'sig/types.rbs', line 302

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])


303
304
305
# File 'sig/types.rbs', line 303

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)


304
305
306
# File 'sig/types.rbs', line 304

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)


305
306
307
# File 'sig/types.rbs', line 305

def synchronise_consumer_group_offsets
  @synchronise_consumer_group_offsets
end