Class: Aws::Types::BatchUpdateLinkAttributes
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateLinkAttributes
- 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.
-
#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.
492 493 494 |
# File 'sig/types.rbs', line 492 def attribute_updates @attribute_updates end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns the value of attribute typed_link_specifier.
491 492 493 |
# File 'sig/types.rbs', line 491 def typed_link_specifier @typed_link_specifier end |