Class: Aws::Types::DropFields
- Inherits:
-
Object
- Object
- Aws::Types::DropFields
- 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.
-
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def name @name end |
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def paths @paths end |