Class: Aws::Types::AssetModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def arn
  @arn
end

#asset_model_type"ASSET_MODEL", ...

Returns the value of attribute asset_model_type.

Returns:

  • ("ASSET_MODEL", "COMPONENT_MODEL", "INTERFACE")


257
258
259
# File 'sig/types.rbs', line 257

def asset_model_type
  @asset_model_type
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


259
260
261
# File 'sig/types.rbs', line 259

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


260
261
262
# File 'sig/types.rbs', line 260

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def name
  @name
end

#statusTypes::AssetModelStatus

Returns the value of attribute status.



261
262
263
# File 'sig/types.rbs', line 261

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def version
  @version
end