Class: Aws::Types::UpdateTypedLinkFacetRequest

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::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def name
  @name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def schema_arn
  @schema_arn
end