Class: Aws::Types::SplitFields
- Inherits:
-
Object
- Object
- Aws::Types::SplitFields
- 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.
7125 7126 7127 |
# File 'sig/types.rbs', line 7125 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
7124 7125 7126 |
# File 'sig/types.rbs', line 7124 def name @name end |
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
7126 7127 7128 |
# File 'sig/types.rbs', line 7126 def paths @paths end |