Class: Aws::Types::AssetCompositeModelSummary

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)


109
110
111
# File 'sig/types.rbs', line 109

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def name
  @name
end

#path::Array[Types::AssetCompositeModelPathSegment]

Returns the value of attribute path.



110
111
112
# File 'sig/types.rbs', line 110

def path
  @path
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def type
  @type
end