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:



5618
5619
5620
# File 'sig/types.rbs', line 5618

def children
  @children
end

#droppedBoolean

Returns the value of attribute dropped.

Returns:

  • (Boolean)


5617
5618
5619
# File 'sig/types.rbs', line 5617

def dropped
  @dropped
end

#from_path::Array[::String]

Returns the value of attribute from_path.

Returns:

  • (::Array[::String])


5614
5615
5616
# File 'sig/types.rbs', line 5614

def from_path
  @from_path
end

#from_type::String

Returns the value of attribute from_type.

Returns:

  • (::String)


5615
5616
5617
# File 'sig/types.rbs', line 5615

def from_type
  @from_type
end

#to_key::String

Returns the value of attribute to_key.

Returns:

  • (::String)


5613
5614
5615
# File 'sig/types.rbs', line 5613

def to_key
  @to_key
end

#to_type::String

Returns the value of attribute to_type.

Returns:

  • (::String)


5616
5617
5618
# File 'sig/types.rbs', line 5616

def to_type
  @to_type
end