Class: Aws::Types::ClusterSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"containerInsights"

Returns the value of attribute name.

Returns:

  • ("containerInsights")


201
202
203
# File 'sig/types.rbs', line 201

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def value
  @value
end