You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::DeleteGroupMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteGroupMembershipRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteGroupMembershipRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
member_name: "GroupMemberName", # required
group_name: "GroupName", # required
aws_account_id: "AwsAccountId", # required
namespace: "Namespace", # required
}
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the AWS account that the group is in.
-
#group_name ⇒ String
The name of the group that you want to delete the user from.
-
#member_name ⇒ String
The name of the user that you want to delete from the group membership.
-
#namespace ⇒ String
The namespace.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
#group_name ⇒ String
The name of the group that you want to delete the user from.
#member_name ⇒ String
The name of the user that you want to delete from the group membership.
#namespace ⇒ String
The namespace. Currently, you should set this to default
.