Class: Aws::QuickSight::Types::Group

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the group.

Returns:

  • (String)


16401
16402
16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-quicksight/types.rb', line 16401

class Group < Struct.new(
  :arn,
  :group_name,
  :description,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The group description.

Returns:

  • (String)


16401
16402
16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-quicksight/types.rb', line 16401

class Group < Struct.new(
  :arn,
  :group_name,
  :description,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the group.

Returns:

  • (String)


16401
16402
16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-quicksight/types.rb', line 16401

class Group < Struct.new(
  :arn,
  :group_name,
  :description,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal ID of the group.

Returns:

  • (String)


16401
16402
16403
16404
16405
16406
16407
16408
# File 'lib/aws-sdk-quicksight/types.rb', line 16401

class Group < Struct.new(
  :arn,
  :group_name,
  :description,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end