Class: Aws::Types::GetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def group_name
  @group_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def user_pool_id
  @user_pool_id
end