Class: Aws::Types::BatchAttachTypedLink

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:



153
154
155
# File 'sig/types.rbs', line 153

def attributes
  @attributes
end

#source_object_referenceTypes::ObjectReference

Returns the value of attribute source_object_reference.



150
151
152
# File 'sig/types.rbs', line 150

def source_object_reference
  @source_object_reference
end

#target_object_referenceTypes::ObjectReference

Returns the value of attribute target_object_reference.



151
152
153
# File 'sig/types.rbs', line 151

def target_object_reference
  @target_object_reference
end

Returns the value of attribute typed_link_facet.



152
153
154
# File 'sig/types.rbs', line 152

def typed_link_facet
  @typed_link_facet
end