Class: Aws::QuickSight::Types::LocalNavigationConfiguration

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

Overview

The navigation configuration for ‘CustomActionNavigationOperation`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_sheet_idString

The sheet that is targeted for navigation in the same analysis.

Returns:

  • (String)


20926
20927
20928
20929
20930
# File 'lib/aws-sdk-quicksight/types.rb', line 20926

class LocalNavigationConfiguration < Struct.new(
  :target_sheet_id)
  SENSITIVE = []
  include Aws::Structure
end