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)


21056
21057
21058
21059
21060
# File 'lib/aws-sdk-quicksight/types.rb', line 21056

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