Class: Aws::QuickSight::Types::CustomActionURLOperation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The URL operation that opens a link to another webpage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#url_targetString

The target of the ‘CustomActionURLOperation`.

Valid values are defined as follows:

  • ‘NEW_TAB`: Opens the target URL in a new browser tab.

  • ‘NEW_WINDOW`: Opens the target URL in a new browser window.

  • ‘SAME_TAB`: Opens the target URL in the same browser tab.

Returns:

  • (String)


7018
7019
7020
7021
7022
7023
# File 'lib/aws-sdk-quicksight/types.rb', line 7018

class CustomActionURLOperation < Struct.new(
  :url_template,
  :url_target)
  SENSITIVE = []
  include Aws::Structure
end

#url_templateString

THe URL link of the ‘CustomActionURLOperation`.

Returns:

  • (String)


7018
7019
7020
7021
7022
7023
# File 'lib/aws-sdk-quicksight/types.rb', line 7018

class CustomActionURLOperation < Struct.new(
  :url_template,
  :url_target)
  SENSITIVE = []
  include Aws::Structure
end