Class: Aws::Types::ConsumerGroupReplicationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_groups_to_exclude::Array[::String]

Returns the value of attribute consumer_groups_to_exclude.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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

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)


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_offsetsBoolean

Returns the value of attribute synchronise_consumer_group_offsets.

Returns:

  • (Boolean)


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

def synchronise_consumer_group_offsets
  @synchronise_consumer_group_offsets
end