Class: Aws::CognitoIdentityProvider::Types::GetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the group.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
Instance Attribute Details
#group_name ⇒ String
The name of the group.
4858 4859 4860 4861 4862 4863 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4858 class GetGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
4858 4859 4860 4861 4862 4863 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4858 class GetGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |