Class: Aws::Types::ObjectIdentifierAndLinkNameTuple
- Inherits:
-
Object
- Object
- Aws::Types::ObjectIdentifierAndLinkNameTuple
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
Instance Attribute Details
#link_name ⇒ ::String
Returns the value of attribute link_name.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def link_name @link_name end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def object_identifier @object_identifier end |