Class: Aws::Types::TableFieldLinkConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::TableFieldLinkContentConfiguration

Returns the value of attribute content.



10770
10771
10772
# File 'sig/types.rbs', line 10770

def content
  @content
end

#target"NEW_TAB", ...

Returns the value of attribute target.

Returns:

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


10769
10770
10771
# File 'sig/types.rbs', line 10769

def target
  @target
end