Class: Aws::Types::DropDuplicates
- Inherits:
-
Object
- Object
- Aws::Types::DropDuplicates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[::Array[::String]]
Returns the value of attribute columns.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ ::Array[::Array[::String]]
Returns the value of attribute columns.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def columns @columns end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def name @name end |