Class: Aws::CognitoIdentityProvider::Types::GetGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the group.

Returns:

  • (String)


4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4949

class GetGroupRequest < Struct.new(
  :group_name,
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4949

class GetGroupRequest < Struct.new(
  :group_name,
  :user_pool_id)
  SENSITIVE = []
  include Aws::Structure
end