Class: Aws::QuickSight::Types::UpdateTopicPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateTopicPermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the topic that you want to update the permissions for.
-
#grant_permissions ⇒ Array<Types::ResourcePermission>
The resource permissions that you want to grant to the topic.
-
#revoke_permissions ⇒ Array<Types::ResourcePermission>
The resource permissions that you want to revoke from the topic.
-
#topic_id ⇒ String
The ID of the topic that you want to modify.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the topic that you want to update the permissions for.
33751 33752 33753 33754 33755 33756 33757 33758 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33751 class UpdateTopicPermissionsRequest < Struct.new( :aws_account_id, :topic_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#grant_permissions ⇒ Array<Types::ResourcePermission>
The resource permissions that you want to grant to the topic.
33751 33752 33753 33754 33755 33756 33757 33758 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33751 class UpdateTopicPermissionsRequest < Struct.new( :aws_account_id, :topic_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#revoke_permissions ⇒ Array<Types::ResourcePermission>
The resource permissions that you want to revoke from the topic.
33751 33752 33753 33754 33755 33756 33757 33758 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33751 class UpdateTopicPermissionsRequest < Struct.new( :aws_account_id, :topic_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
33751 33752 33753 33754 33755 33756 33757 33758 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33751 class UpdateTopicPermissionsRequest < Struct.new( :aws_account_id, :topic_id, :grant_permissions, :revoke_permissions) SENSITIVE = [] include Aws::Structure end |