Class: Aws::Types::AssociatedAssetsSummary

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)


368
369
370
# File 'sig/types.rbs', line 368

def arn
  @arn
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def asset_model_id
  @asset_model_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


371
372
373
# File 'sig/types.rbs', line 371

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def description
  @description
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def external_id
  @external_id
end

#hierarchies::Array[Types::AssetHierarchy]

Returns the value of attribute hierarchies.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def hierarchies
  @hierarchies
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


372
373
374
# File 'sig/types.rbs', line 372

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def name
  @name
end

#statusTypes::AssetStatus

Returns the value of attribute status.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def status
  @status
end