Class: Aws::Types::AssetModelCompositeModelDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def name
  @name
end

#properties::Array[Types::AssetModelPropertyDefinition]

Returns the value of attribute properties.



155
156
157
# File 'sig/types.rbs', line 155

def properties
  @properties
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def type
  @type
end