Class: Aws::Types::SplitFields

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


7093
7094
7095
# File 'sig/types.rbs', line 7093

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7092
7093
7094
# File 'sig/types.rbs', line 7092

def name
  @name
end

#paths::Array[::Array[::String]]

Returns the value of attribute paths.

Returns:

  • (::Array[::Array[::String]])


7094
7095
7096
# File 'sig/types.rbs', line 7094

def paths
  @paths
end