Class: Aws::Types::CreateUserGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def engine
  @engine
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def tags
  @tags
end

#user_group_id::String

Returns the value of attribute user_group_id.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def user_group_id
  @user_group_id
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


537
538
539
# File 'sig/types.rbs', line 537

def user_ids
  @user_ids
end