Class: Aws::Types::TypedLinkFacet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::TypedLinkAttributeDefinition]

Returns the value of attribute attributes.



1502
1503
1504
# File 'sig/types.rbs', line 1502

def attributes
  @attributes
end

#identity_attribute_order::Array[::String]

Returns the value of attribute identity_attribute_order.

Returns:

  • (::Array[::String])


1503
1504
1505
# File 'sig/types.rbs', line 1503

def identity_attribute_order
  @identity_attribute_order
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def name
  @name
end