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

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


20095
20096
20097
20098
20099
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20095

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