Class: Aws::Types::AttachTypedLinkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::AttributeNameAndValue]

Returns the value of attribute attributes.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def attributes
  @attributes
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def directory_arn
  @directory_arn
end

#source_object_referenceTypes::ObjectReference

Returns the value of attribute source_object_reference.



76
77
78
# File 'sig/types.rbs', line 76

def source_object_reference
  @source_object_reference
end

#target_object_referenceTypes::ObjectReference

Returns the value of attribute target_object_reference.



77
78
79
# File 'sig/types.rbs', line 77

def target_object_reference
  @target_object_reference
end

Returns the value of attribute typed_link_facet.



78
79
80
# File 'sig/types.rbs', line 78

def typed_link_facet
  @typed_link_facet
end