Class: Aws::Types::Merge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


5668
5669
5670
# File 'sig/types.rbs', line 5668

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5667
5668
5669
# File 'sig/types.rbs', line 5667

def name
  @name
end

#primary_keys::Array[::Array[::String]]

Returns the value of attribute primary_keys.

Returns:

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


5670
5671
5672
# File 'sig/types.rbs', line 5670

def primary_keys
  @primary_keys
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


5669
5670
5671
# File 'sig/types.rbs', line 5669

def source
  @source
end