Class: Aws::Types::DecreaseReplicaCountMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


586
587
588
# File 'sig/types.rbs', line 586

def apply_immediately
  @apply_immediately
end

#new_replica_count::Integer

Returns the value of attribute new_replica_count.

Returns:

  • (::Integer)


583
584
585
# File 'sig/types.rbs', line 583

def new_replica_count
  @new_replica_count
end

#replica_configuration::Array[Types::ConfigureShard]

Returns the value of attribute replica_configuration.

Returns:



584
585
586
# File 'sig/types.rbs', line 584

def replica_configuration
  @replica_configuration
end

#replicas_to_remove::Array[::String]

Returns the value of attribute replicas_to_remove.

Returns:

  • (::Array[::String])


585
586
587
# File 'sig/types.rbs', line 585

def replicas_to_remove
  @replicas_to_remove
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def replication_group_id
  @replication_group_id
end