Class: Aws::Types::KeyGroupConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def comment
  @comment
end

#items::Array[::String]

Returns the value of attribute items.

Returns:

  • (::Array[::String])


2166
2167
2168
# File 'sig/types.rbs', line 2166

def items
  @items
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def name
  @name
end