Class: Aws::QuickSight::Types::RowLevelPermissionTagConfiguration

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

Overview

The configuration of tags on a dataset to set row-level security.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

Returns:

  • (String)


19168
19169
19170
19171
19172
19173
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19168

class RowLevelPermissionTagConfiguration < Struct.new(
  :status,
  :tag_rules)
  SENSITIVE = []
  include Aws::Structure
end

#tag_rulesArray<Types::RowLevelPermissionTagRule>

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.



19168
19169
19170
19171
19172
19173
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19168

class RowLevelPermissionTagConfiguration < Struct.new(
  :status,
  :tag_rules)
  SENSITIVE = []
  include Aws::Structure
end