Class: Aws::QuickSight::Types::SheetVisualScopingConfiguration

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

Overview

The filter that is applied to the options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scopeString

The scope of the applied entities. Choose one of the following options:

  • ‘ALL_VISUALS`

  • ‘SELECTED_VISUALS`

Returns:

  • (String)


26146
26147
26148
26149
26150
26151
26152
# File 'lib/aws-sdk-quicksight/types.rb', line 26146

class SheetVisualScopingConfiguration < Struct.new(
  :sheet_id,
  :scope,
  :visual_ids)
  SENSITIVE = []
  include Aws::Structure
end

#sheet_idString

The selected sheet that the filter is applied to.

Returns:

  • (String)


26146
26147
26148
26149
26150
26151
26152
# File 'lib/aws-sdk-quicksight/types.rb', line 26146

class SheetVisualScopingConfiguration < Struct.new(
  :sheet_id,
  :scope,
  :visual_ids)
  SENSITIVE = []
  include Aws::Structure
end

#visual_idsArray<String>

The selected visuals that the filter is applied to.

Returns:

  • (Array<String>)


26146
26147
26148
26149
26150
26151
26152
# File 'lib/aws-sdk-quicksight/types.rb', line 26146

class SheetVisualScopingConfiguration < Struct.new(
  :sheet_id,
  :scope,
  :visual_ids)
  SENSITIVE = []
  include Aws::Structure
end