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")


2836
2837
2838
# File 'sig/types.rbs', line 2836

def url_target
  @url_target
end

#url_template::String

Returns the value of attribute url_template.

Returns:

  • (::String)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def url_template
  @url_template
end