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.
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_id ⇒ String
The user pool ID for the user pool.
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 |