Class: Aws::Types::UpdateTypedLinkFacetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTypedLinkFacetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_updates ⇒ ::Array[Types::TypedLinkFacetAttributeUpdate]
Returns the value of attribute attribute_updates.
-
#identity_attribute_order ⇒ ::Array[::String]
Returns the value of attribute identity_attribute_order.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#attribute_updates ⇒ ::Array[Types::TypedLinkFacetAttributeUpdate]
Returns the value of attribute attribute_updates.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def attribute_updates @attribute_updates end |
#identity_attribute_order ⇒ ::Array[::String]
Returns the value of attribute identity_attribute_order.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def identity_attribute_order @identity_attribute_order end |
#name ⇒ ::String
Returns the value of attribute name.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def schema_arn @schema_arn end |