Class: Aws::Types::AssetInfo
- Inherits:
-
Object
- Object
- Aws::Types::AssetInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_location ⇒ Types::AssetLocation
Returns the value of attribute asset_location.
-
#asset_type ⇒ "COMPUTE", ...
Returns the value of attribute asset_type.
-
#compute_attributes ⇒ Types::ComputeAttributes
Returns the value of attribute compute_attributes.
-
#rack_id ⇒ ::String
Returns the value of attribute rack_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def asset_id @asset_id end |
#asset_location ⇒ Types::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.
34 35 36 |
# File 'sig/types.rbs', line 34 def asset_type @asset_type end |
#compute_attributes ⇒ Types::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.
33 34 35 |
# File 'sig/types.rbs', line 33 def rack_id @rack_id end |