Class: Aws::Types::DecreaseReplicationFactorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


93
94
95
# File 'sig/types.rbs', line 93

def availability_zones
  @availability_zones
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def cluster_name
  @cluster_name
end

#new_replication_factor::Integer

Returns the value of attribute new_replication_factor.

Returns:

  • (::Integer)


92
93
94
# File 'sig/types.rbs', line 92

def new_replication_factor
  @new_replication_factor
end

#node_ids_to_remove::Array[::String]

Returns the value of attribute node_ids_to_remove.

Returns:

  • (::Array[::String])


94
95
96
# File 'sig/types.rbs', line 94

def node_ids_to_remove
  @node_ids_to_remove
end