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.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def columns @columns end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def name @name end |