Class: Aws::QuickSight::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Group
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the group.
-
#description ⇒ String
The group description.
-
#group_name ⇒ String
The name of the group.
-
#principal_id ⇒ String
The principal ID of the group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the group.
18046 18047 18048 18049 18050 18051 18052 18053 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18046 class Group < Struct.new( :arn, :group_name, :description, :principal_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The group description.
18046 18047 18048 18049 18050 18051 18052 18053 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18046 class Group < Struct.new( :arn, :group_name, :description, :principal_id) SENSITIVE = [] include Aws::Structure end |