Class: Aws::Types::JoinColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


5013
5014
5015
# File 'sig/types.rbs', line 5013

def from
  @from
end

#keys::Array[::Array[::String]]

Returns the value of attribute keys.

Returns:

  • (::Array[::Array[::String]])


5014
5015
5016
# File 'sig/types.rbs', line 5014

def keys
  @keys
end