Class: Aws::Types::ObjectIdentifierAndLinkNameTuple

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute link_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def object_identifier
  @object_identifier
end