Class: Aws::QuickSight::Types::CustomActionNavigationOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#local_navigation_configurationTypes::LocalNavigationConfiguration

The configuration that chooses the navigation target.



6978
6979
6980
6981
6982
# File 'lib/aws-sdk-quicksight/types.rb', line 6978

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