Class: Aws::Types::Union

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


7795
7796
7797
# File 'sig/types.rbs', line 7795

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7794
7795
7796
# File 'sig/types.rbs', line 7794

def name
  @name
end

#union_type"ALL", "DISTINCT"

Returns the value of attribute union_type.

Returns:

  • ("ALL", "DISTINCT")


7796
7797
7798
# File 'sig/types.rbs', line 7796

def union_type
  @union_type
end