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


2846
2847
2848
# File 'sig/types.rbs', line 2846

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def name
  @name
end

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

Returns the value of attribute paths.

Returns:

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


2847
2848
2849
# File 'sig/types.rbs', line 2847

def paths
  @paths
end