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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


16060
16061
16062
16063
16064
16065
16066
16067
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16060

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

#descriptionString

The group description.

Returns:

  • (String)


16060
16061
16062
16063
16064
16065
16066
16067
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16060

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

#group_nameString

The name of the group.

Returns:

  • (String)


16060
16061
16062
16063
16064
16065
16066
16067
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16060

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)


16060
16061
16062
16063
16064
16065
16066
16067
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16060

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