Class: Aws::Types::TypedLinkSpecifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_attribute_values::Array[Types::AttributeNameAndValue]

Returns the value of attribute identity_attribute_values.

Returns:



1523
1524
1525
# File 'sig/types.rbs', line 1523

def identity_attribute_values
  @identity_attribute_values
end

#source_object_referenceTypes::ObjectReference

Returns the value of attribute source_object_reference.



1521
1522
1523
# File 'sig/types.rbs', line 1521

def source_object_reference
  @source_object_reference
end

#target_object_referenceTypes::ObjectReference

Returns the value of attribute target_object_reference.



1522
1523
1524
# File 'sig/types.rbs', line 1522

def target_object_reference
  @target_object_reference
end

Returns the value of attribute typed_link_facet.



1520
1521
1522
# File 'sig/types.rbs', line 1520

def typed_link_facet
  @typed_link_facet
end