Class: Aws::Types::ClusterConfiguration

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)


113
114
115
# File 'sig/types.rbs', line 113

def description
  @description
end

#engine ⇒ ::String

Returns the value of attribute engine.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def engine
  @engine
end

#engine_version ⇒ ::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def engine_version
  @engine_version
end

#maintenance_window ⇒ ::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def maintenance_window
  @maintenance_window
end

#multi_region_cluster_name ⇒ ::String

Returns the value of attribute multi_region_cluster_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

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)


127
128
129
# File 'sig/types.rbs', line 127

def multi_region_parameter_group_name
  @multi_region_parameter_group_name
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def name
  @name
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def node_type
  @node_type
end

#num_shards ⇒ ::Integer

Returns the value of attribute num_shards.

Returns:

  • (::Integer)


125
126
127
# File 'sig/types.rbs', line 125

def num_shards
  @num_shards
end

#parameter_group_name ⇒ ::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def parameter_group_name
  @parameter_group_name
end

#port ⇒ ::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


119
120
121
# File 'sig/types.rbs', line 119

def port
  @port
end

#shards ⇒ ::Array[Types::ShardDetail]

Returns the value of attribute shards.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def shards
  @shards
end

#snapshot_retention_limit ⇒ ::Integer

Returns the value of attribute snapshot_retention_limit.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def snapshot_retention_limit
  @snapshot_retention_limit
end

#snapshot_window ⇒ ::String

Returns the value of attribute snapshot_window.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def snapshot_window
  @snapshot_window
end

#subnet_group_name ⇒ ::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def subnet_group_name
  @subnet_group_name
end

#topic_arn ⇒ ::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def topic_arn
  @topic_arn
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def vpc_id
  @vpc_id
end