You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::UpdateGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  group_name: "GroupName", # required
  description: "GroupDescription",
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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.

Returns:

  • (String)

    The ID for the AWS account that the group is in.

#descriptionString

The description for the group that you want to update.

Returns:

  • (String)

    The description for the group that you want to update.

#group_nameString

The name of the group that you want to update.

Returns:

  • (String)

    The name of the group that you want to update.

#namespaceString

The namespace. Currently, you should set this to default.

Returns:

  • (String)

    The namespace.