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.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def name @name end |
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def paths @paths end |