Class: Aws::Types::SelectFields

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])


6935
6936
6937
# File 'sig/types.rbs', line 6935

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6934
6935
6936
# File 'sig/types.rbs', line 6934

def name
  @name
end

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

Returns the value of attribute paths.

Returns:

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


6936
6937
6938
# File 'sig/types.rbs', line 6936

def paths
  @paths
end