Class: Aws::Types::UpdateLinkAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_updates::Array[Types::LinkAttributeUpdate]

Returns the value of attribute attribute_updates.

Returns:



1555
1556
1557
# File 'sig/types.rbs', line 1555

def attribute_updates
  @attribute_updates
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def directory_arn
  @directory_arn
end

Returns the value of attribute typed_link_specifier.



1554
1555
1556
# File 'sig/types.rbs', line 1554

def typed_link_specifier
  @typed_link_specifier
end