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:



5645
5646
5647
# File 'sig/types.rbs', line 5645

def children
  @children
end

#droppedBoolean

Returns the value of attribute dropped.

Returns:

  • (Boolean)


5644
5645
5646
# File 'sig/types.rbs', line 5644

def dropped
  @dropped
end

#from_path::Array[::String]

Returns the value of attribute from_path.

Returns:

  • (::Array[::String])


5641
5642
5643
# File 'sig/types.rbs', line 5641

def from_path
  @from_path
end

#from_type::String

Returns the value of attribute from_type.

Returns:

  • (::String)


5642
5643
5644
# File 'sig/types.rbs', line 5642

def from_type
  @from_type
end

#to_key::String

Returns the value of attribute to_key.

Returns:

  • (::String)


5640
5641
5642
# File 'sig/types.rbs', line 5640

def to_key
  @to_key
end

#to_type::String

Returns the value of attribute to_type.

Returns:

  • (::String)


5643
5644
5645
# File 'sig/types.rbs', line 5643

def to_type
  @to_type
end