Class: Aws::Types::AssetModelHierarchyDefinition

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)


187
188
189
# File 'sig/types.rbs', line 187

def child_asset_model_id
  @child_asset_model_id
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def name
  @name
end