Class: Aws::Types::AssetModelCompositeModel

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)


141
142
143
# File 'sig/types.rbs', line 141

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def name
  @name
end

#properties::Array[Types::AssetModelProperty]

Returns the value of attribute properties.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def properties
  @properties
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def type
  @type
end