Class: Aws::Types::AssetHierarchyInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_asset_id::String

Returns the value of attribute child_asset_id.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def child_asset_id
  @child_asset_id
end

#parent_asset_id::String

Returns the value of attribute parent_asset_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def parent_asset_id
  @parent_asset_id
end