Class: Aws::Types::DropFields

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


2836
2837
2838
# File 'sig/types.rbs', line 2836

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def name
  @name
end

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

Returns the value of attribute paths.

Returns:

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


2837
2838
2839
# File 'sig/types.rbs', line 2837

def paths
  @paths
end