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


6972
6973
6974
# File 'sig/types.rbs', line 6972

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6971
6972
6973
# File 'sig/types.rbs', line 6971

def name
  @name
end

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

Returns the value of attribute paths.

Returns:

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


6973
6974
6975
# File 'sig/types.rbs', line 6973

def paths
  @paths
end