Class: Aws::Types::AssetInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def asset_id
  @asset_id
end

#asset_locationTypes::AssetLocation

Returns the value of attribute asset_location.



36
37
38
# File 'sig/types.rbs', line 36

def asset_location
  @asset_location
end

#asset_type"COMPUTE", ...

Returns the value of attribute asset_type.

Returns:

  • ("COMPUTE", "STORAGE", "POWERSHELF", "SWITCH", "NETWORKING")


34
35
36
# File 'sig/types.rbs', line 34

def asset_type
  @asset_type
end

#compute_attributesTypes::ComputeAttributes

Returns the value of attribute compute_attributes.



35
36
37
# File 'sig/types.rbs', line 35

def compute_attributes
  @compute_attributes
end

#rack_id::String

Returns the value of attribute rack_id.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def rack_id
  @rack_id
end