Class: Aws::QuickSight::Types::CustomActionNavigationOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomActionNavigationOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_navigation_configuration ⇒ Types::LocalNavigationConfiguration
The configuration that chooses the navigation target.
Instance Attribute Details
#local_navigation_configuration ⇒ Types::LocalNavigationConfiguration
The configuration that chooses the navigation target.
7500 7501 7502 7503 7504 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7500 class CustomActionNavigationOperation < Struct.new( :local_navigation_configuration) SENSITIVE = [] include Aws::Structure end |