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 ID of the user pool.
Instance Attribute Details
#group_name ⇒ String
The name of the group.
6185 6186 6187 6188 6189 6190 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6185 class GetGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool.
6185 6186 6187 6188 6189 6190 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6185 class GetGroupRequest < Struct.new( :group_name, :user_pool_id) SENSITIVE = [] include Aws::Structure end |