Class: Aws::Types::CreateGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


224
225
226
# File 'sig/types.rbs', line 224

def tags
  @tags
end