Class: Aws::Types::AssetCompositeModel

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)


90
91
92
# File 'sig/types.rbs', line 90

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def name
  @name
end

#properties::Array[Types::AssetProperty]

Returns the value of attribute properties.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def properties
  @properties
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def type
  @type
end