Class: Aws::QuickSight::Types::LayerCustomActionOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LayerCustomActionOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The operation that is defined by the custom action.
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
-
#filter_operation ⇒ Types::CustomActionFilterOperation
The filter operation that filters data included in a visual or in an entire sheet.
-
#navigation_operation ⇒ Types::CustomActionNavigationOperation
The navigation operation that navigates between different sheets in the same analysis.
-
#set_parameters_operation ⇒ Types::CustomActionSetParametersOperation
The set parameter operation that sets parameters in custom action.
-
#url_operation ⇒ Types::CustomActionURLOperation
The URL operation that opens a link to another webpage.
Instance Attribute Details
#filter_operation ⇒ Types::CustomActionFilterOperation
The filter operation that filters data included in a visual or in an entire sheet.
24793 24794 24795 24796 24797 24798 24799 24800 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24793 class LayerCustomActionOperation < Struct.new( :filter_operation, :navigation_operation, :url_operation, :set_parameters_operation) SENSITIVE = [] include Aws::Structure end |
#navigation_operation ⇒ Types::CustomActionNavigationOperation
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.
24793 24794 24795 24796 24797 24798 24799 24800 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24793 class LayerCustomActionOperation < Struct.new( :filter_operation, :navigation_operation, :url_operation, :set_parameters_operation) SENSITIVE = [] include Aws::Structure end |
#set_parameters_operation ⇒ Types::CustomActionSetParametersOperation
The set parameter operation that sets parameters in custom action.
24793 24794 24795 24796 24797 24798 24799 24800 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24793 class LayerCustomActionOperation < Struct.new( :filter_operation, :navigation_operation, :url_operation, :set_parameters_operation) SENSITIVE = [] include Aws::Structure end |
#url_operation ⇒ Types::CustomActionURLOperation
The URL operation that opens a link to another webpage.
24793 24794 24795 24796 24797 24798 24799 24800 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24793 class LayerCustomActionOperation < Struct.new( :filter_operation, :navigation_operation, :url_operation, :set_parameters_operation) SENSITIVE = [] include Aws::Structure end |