Class: Aws::Types::ApplyMapping

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


109
110
111
# File 'sig/types.rbs', line 109

def inputs
  @inputs
end

#mapping::Array[Types::Mapping]

Returns the value of attribute mapping.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def mapping
  @mapping
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def name
  @name
end