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

#description::String

Returns the value of attribute description.

Returns:



601
602
603
# File 'sig/types.rbs', line 601

def description
  @description
end

#group_name::String

Returns the value of attribute group_name.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def group_name
  @group_name
end

#precedence::Integer

Returns the value of attribute precedence.

Returns:



603
604
605
# File 'sig/types.rbs', line 603

def precedence
  @precedence
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def role_arn
  @role_arn
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def user_pool_id
  @user_pool_id
end