Class: Aws::Types::ConfigureShard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_replica_count::Integer

Returns the value of attribute new_replica_count.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def new_replica_count
  @new_replica_count
end

#node_group_id::String

Returns the value of attribute node_group_id.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def node_group_id
  @node_group_id
end

#preferred_availability_zones::Array[::String]

Returns the value of attribute preferred_availability_zones.

Returns:

  • (::Array[::String])


314
315
316
# File 'sig/types.rbs', line 314

def preferred_availability_zones
  @preferred_availability_zones
end

#preferred_outpost_arns::Array[::String]

Returns the value of attribute preferred_outpost_arns.

Returns:

  • (::Array[::String])


315
316
317
# File 'sig/types.rbs', line 315

def preferred_outpost_arns
  @preferred_outpost_arns
end