Class: Aws::DAX::Types::DecreaseReplicationFactorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

The Availability Zone(s) from which to remove nodes.

Returns:

  • (Array<String>)


393
394
395
396
397
398
399
400
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 393

class DecreaseReplicationFactorRequest < Struct.new(
  :cluster_name,
  :new_replication_factor,
  :availability_zones,
  :node_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the DAX cluster from which you want to remove nodes.

Returns:

  • (String)


393
394
395
396
397
398
399
400
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 393

class DecreaseReplicationFactorRequest < Struct.new(
  :cluster_name,
  :new_replication_factor,
  :availability_zones,
  :node_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#new_replication_factorInteger

The new number of nodes for the DAX cluster.

Returns:

  • (Integer)


393
394
395
396
397
398
399
400
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 393

class DecreaseReplicationFactorRequest < Struct.new(
  :cluster_name,
  :new_replication_factor,
  :availability_zones,
  :node_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#node_ids_to_removeArray<String>

The unique identifiers of the nodes to be removed from the cluster.

Returns:

  • (Array<String>)


393
394
395
396
397
398
399
400
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 393

class DecreaseReplicationFactorRequest < Struct.new(
  :cluster_name,
  :new_replication_factor,
  :availability_zones,
  :node_ids_to_remove)
  SENSITIVE = []
  include Aws::Structure
end