Class: Aws::QuickSight::Types::CustomActionNavigationOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomActionNavigationOperation
- Defined in:
- gems/aws-sdk-quicksight/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.
7527 7528 7529 7530 7531 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7527 class CustomActionNavigationOperation < Struct.new( :local_navigation_configuration) SENSITIVE = [] include Aws::Structure end |