Class: Aws::Types::AssetModelHierarchy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_asset_model_id::String

Returns the value of attribute child_asset_model_id.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def child_asset_model_id
  @child_asset_model_id
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def name
  @name
end