Class: Aws::Types::ListToMap

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flattenBoolean

Returns the value of attribute flatten.

Returns:

  • (Boolean)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def flatten
  @flatten
end

#flattened_element"first", "last"

Returns the value of attribute flattened_element.

Returns:

  • ("first", "last")


1377
1378
1379
# File 'sig/types.rbs', line 1377

def flattened_element
  @flattened_element
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def key
  @key
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def target
  @target
end

#value_key::String

Returns the value of attribute value_key.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def value_key
  @value_key
end