Class: Aws::Types::Union
- Inherits:
-
Object
- Object
- Aws::Types::Union
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#union_type ⇒ "ALL", "DISTINCT"
Returns the value of attribute union_type.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
7837 7838 7839 |
# File 'sig/types.rbs', line 7837 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7836 7837 7838 |
# File 'sig/types.rbs', line 7836 def name @name end |
#union_type ⇒ "ALL", "DISTINCT"
Returns the value of attribute union_type.
7838 7839 7840 |
# File 'sig/types.rbs', line 7838 def union_type @union_type end |