Class: Aws::Types::CustomActionURLOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#url_target"NEW_TAB", ...

Returns the value of attribute url_target.

Returns:

  • ("NEW_TAB", "NEW_WINDOW", "SAME_TAB")


2705
2706
2707
# File 'sig/types.rbs', line 2705

def url_target
  @url_target
end

#url_template::String

Returns the value of attribute url_template.

Returns:

  • (::String)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def url_template
  @url_template
end