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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

#scope ⇒ String

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

  • ALL_VISUALS

  • SELECTED_VISUALS

Returns:

  • (String)


42200
42201
42202
42203
42204
42205
42206
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42200

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

#sheet_id ⇒ String

The selected sheet that the filter is applied to.

Returns:

  • (String)


42200
42201
42202
42203
42204
42205
42206
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42200

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

#visual_ids ⇒ Array<String>

The selected visuals that the filter is applied to.

Returns:

  • (Array<String>)


42200
42201
42202
42203
42204
42205
42206
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42200

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