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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 that you want to get information about.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6048

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

#user_pool_idString

The ID of the user pool that contains the group that you want to query.

Returns:

  • (String)


6048
6049
6050
6051
6052
6053
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6048

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