Class: Aws::QuickSight::Types::LocalNavigationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LocalNavigationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The navigation configuration for ‘CustomActionNavigationOperation`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_sheet_id ⇒ String
The sheet that is targeted for navigation in the same analysis.
Instance Attribute Details
#target_sheet_id ⇒ String
The sheet that is targeted for navigation in the same analysis.
22109 22110 22111 22112 22113 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22109 class LocalNavigationConfiguration < Struct.new( :target_sheet_id) SENSITIVE = [] include Aws::Structure end |