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


5639
5640
5641
# File 'sig/types.rbs', line 5639

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5638
5639
5640
# File 'sig/types.rbs', line 5638

def name
  @name
end

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

Returns the value of attribute primary_keys.

Returns:

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


5641
5642
5643
# File 'sig/types.rbs', line 5641

def primary_keys
  @primary_keys
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


5640
5641
5642
# File 'sig/types.rbs', line 5640

def source
  @source
end