Class: Aws::QuickSight::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Group
- 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
-
#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.
19011 19012 19013 19014 19015 19016 19017 19018 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19011 class Group < Struct.new( :arn, :group_name, :description, :principal_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The group description.
19011 19012 19013 19014 19015 19016 19017 19018 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19011 class Group < Struct.new( :arn, :group_name, :description, :principal_id) SENSITIVE = [] include Aws::Structure end |