Class: Aws::Types::IncreaseReplicaCountMessage

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)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def apply_immediately
  @apply_immediately
end

#new_replica_count::Integer

Returns the value of attribute new_replica_count.

Returns:

  • (::Integer)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def new_replica_count
  @new_replica_count
end

#replica_configuration::Array[Types::ConfigureShard]

Returns the value of attribute replica_configuration.

Returns:



1052
1053
1054
# File 'sig/types.rbs', line 1052

def replica_configuration
  @replica_configuration
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def replication_group_id
  @replication_group_id
end