Class: Aws::Types::AssetModelCompositeModelSummary

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)


170
171
172
# File 'sig/types.rbs', line 170

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def name
  @name
end

#path::Array[Types::AssetModelCompositeModelPathSegment]

Returns the value of attribute path.



171
172
173
# File 'sig/types.rbs', line 171

def path
  @path
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def type
  @type
end