Class: Aws::Types::UpdateMultiRegionClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def description
  @description
end

#engine_version ⇒ ::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def engine_version
  @engine_version
end

#multi_region_cluster_name ⇒ ::String

Returns the value of attribute multi_region_cluster_name.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def multi_region_cluster_name
  @multi_region_cluster_name
end

#multi_region_parameter_group_name ⇒ ::String

Returns the value of attribute multi_region_parameter_group_name.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def multi_region_parameter_group_name
  @multi_region_parameter_group_name
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def node_type
  @node_type
end

#shard_configuration ⇒ Types::ShardConfigurationRequest

Returns the value of attribute shard_configuration.



1091
1092
1093
# File 'sig/types.rbs', line 1091

def shard_configuration
  @shard_configuration
end

#update_strategy ⇒ "coordinated", "uncoordinated"

Returns the value of attribute update_strategy.

Returns:

  • ("coordinated", "uncoordinated")


1093
1094
1095
# File 'sig/types.rbs', line 1093

def update_strategy
  @update_strategy
end