Class: Aws::CognitoIdentityProvider::Types::GetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetGroupRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the group that you want to get information about.
-
#user_pool_id ⇒ String
The ID of the user pool that contains the group that you want to query.
Instance Attribute Details
#group_name ⇒ String
The name of the group that you want to get information about.
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_id ⇒ String
The ID of the user pool that contains the group that you want to query.
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 |