Class: Aws::CognitoIdentityProvider::Types::AdminRemoveUserFromGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminRemoveUserFromGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:username]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The group name.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
-
#username ⇒ String
The username for the user.
Instance Attribute Details
#group_name ⇒ String
The group name.
1259 1260 1261 1262 1263 1264 1265 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1259 class AdminRemoveUserFromGroupRequest < Struct.new( :user_pool_id, :username, :group_name) SENSITIVE = [:username] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
1259 1260 1261 1262 1263 1264 1265 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1259 class AdminRemoveUserFromGroupRequest < Struct.new( :user_pool_id, :username, :group_name) SENSITIVE = [:username] include Aws::Structure end |
#username ⇒ String
The username for the user.
1259 1260 1261 1262 1263 1264 1265 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1259 class AdminRemoveUserFromGroupRequest < Struct.new( :user_pool_id, :username, :group_name) SENSITIVE = [:username] include Aws::Structure end |