Class: Aws::Types::Relationship

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from ⇒ ::String

Returns the value of attribute from.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def from
  @from
end

#to ⇒ ::String

Returns the value of attribute to.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def to
  @to
end