Class: Aws::Types::UpdateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acl_name ⇒ ::String

Returns the value of attribute acl_name.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def acl_name
  @acl_name
end

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def cluster_name
  @cluster_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def description
  @description
end

#engine ⇒ ::String

Returns the value of attribute engine.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def engine
  @engine
end

#engine_version ⇒ ::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def engine_version
  @engine_version
end

#ip_discovery ⇒ "ipv4", "ipv6"

Returns the value of attribute ip_discovery.

Returns:

  • ("ipv4", "ipv6")


1077
1078
1079
# File 'sig/types.rbs', line 1077

def ip_discovery
  @ip_discovery
end

#maintenance_window ⇒ ::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def maintenance_window
  @maintenance_window
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def node_type
  @node_type
end

#parameter_group_name ⇒ ::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def parameter_group_name
  @parameter_group_name
end

#replica_configuration ⇒ Types::ReplicaConfigurationRequest

Returns the value of attribute replica_configuration.



1074
1075
1076
# File 'sig/types.rbs', line 1074

def replica_configuration
  @replica_configuration
end

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1064
1065
1066
# File 'sig/types.rbs', line 1064

def security_group_ids
  @security_group_ids
end

#shard_configuration ⇒ Types::ShardConfigurationRequest

Returns the value of attribute shard_configuration.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def shard_configuration
  @shard_configuration
end

#snapshot_retention_limit ⇒ ::Integer

Returns the value of attribute snapshot_retention_limit.

Returns:

  • (::Integer)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def snapshot_retention_limit
  @snapshot_retention_limit
end

#snapshot_window ⇒ ::String

Returns the value of attribute snapshot_window.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def snapshot_window
  @snapshot_window
end

#sns_topic_arn ⇒ ::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def sns_topic_arn
  @sns_topic_arn
end

#sns_topic_status ⇒ ::String

Returns the value of attribute sns_topic_status.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def sns_topic_status
  @sns_topic_status
end