Class: Aws::QuickSight::Types::RowLevelPermissionTagRule

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

Overview

A set of rules associated with a tag.

Constant Summary collapse

SENSITIVE =
[:match_all_value]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The column name that a tag key is assigned to.

Returns:

  • (String)


24456
24457
24458
24459
24460
24461
24462
24463
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24456

class RowLevelPermissionTagRule < Struct.new(
  :tag_key,
  :column_name,
  :tag_multi_value_delimiter,
  :match_all_value)
  SENSITIVE = [:match_all_value]
  include Aws::Structure
end

#match_all_valueString

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

Returns:

  • (String)


24456
24457
24458
24459
24460
24461
24462
24463
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24456

class RowLevelPermissionTagRule < Struct.new(
  :tag_key,
  :column_name,
  :tag_multi_value_delimiter,
  :match_all_value)
  SENSITIVE = [:match_all_value]
  include Aws::Structure
end

#tag_keyString

The unique key for a tag.

Returns:

  • (String)


24456
24457
24458
24459
24460
24461
24462
24463
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24456

class RowLevelPermissionTagRule < Struct.new(
  :tag_key,
  :column_name,
  :tag_multi_value_delimiter,
  :match_all_value)
  SENSITIVE = [:match_all_value]
  include Aws::Structure
end

#tag_multi_value_delimiterString

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

Returns:

  • (String)


24456
24457
24458
24459
24460
24461
24462
24463
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24456

class RowLevelPermissionTagRule < Struct.new(
  :tag_key,
  :column_name,
  :tag_multi_value_delimiter,
  :match_all_value)
  SENSITIVE = [:match_all_value]
  include Aws::Structure
end