Class: Aws::Types::TypedLinkFacet
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkFacet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::TypedLinkAttributeDefinition]
Returns the value of attribute attributes.
-
#identity_attribute_order ⇒ ::Array[::String]
Returns the value of attribute identity_attribute_order.
-
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def name @name end |