Class: Aws::Types::UpdateLinkAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLinkAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_updates ⇒ ::Array[Types::LinkAttributeUpdate]
Returns the value of attribute attribute_updates.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns the value of attribute typed_link_specifier.
Instance Attribute Details
#attribute_updates ⇒ ::Array[Types::LinkAttributeUpdate]
Returns the value of attribute attribute_updates.
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.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def directory_arn @directory_arn end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
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 |