Class: Aws::Types::AssetSummary

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)


330
331
332
# File 'sig/types.rbs', line 330

def arn
  @arn
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def asset_model_id
  @asset_model_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


333
334
335
# File 'sig/types.rbs', line 333

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def external_id
  @external_id
end

#hierarchies::Array[Types::AssetHierarchy]

Returns the value of attribute hierarchies.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def hierarchies
  @hierarchies
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


334
335
336
# File 'sig/types.rbs', line 334

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def name
  @name
end

#statusTypes::AssetStatus

Returns the value of attribute status.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def status
  @status
end