Class: Aws::Types::Mapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#children::Array[Types::Mapping]

Returns the value of attribute children.

Returns:



5608
5609
5610
# File 'sig/types.rbs', line 5608

def children
  @children
end

#droppedBoolean

Returns the value of attribute dropped.

Returns:

  • (Boolean)


5607
5608
5609
# File 'sig/types.rbs', line 5607

def dropped
  @dropped
end

#from_path::Array[::String]

Returns the value of attribute from_path.

Returns:

  • (::Array[::String])


5604
5605
5606
# File 'sig/types.rbs', line 5604

def from_path
  @from_path
end

#from_type::String

Returns the value of attribute from_type.

Returns:

  • (::String)


5605
5606
5607
# File 'sig/types.rbs', line 5605

def from_type
  @from_type
end

#to_key::String

Returns the value of attribute to_key.

Returns:

  • (::String)


5603
5604
5605
# File 'sig/types.rbs', line 5603

def to_key
  @to_key
end

#to_type::String

Returns the value of attribute to_type.

Returns:

  • (::String)


5606
5607
5608
# File 'sig/types.rbs', line 5606

def to_type
  @to_type
end