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

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

Instance Attribute Details

#local_navigation_configurationTypes::LocalNavigationConfiguration

The configuration that chooses the navigation target.



6417
6418
6419
6420
6421
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6417

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