Class: Aws::Outposts::Types::ComputeAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ComputeAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about compute hardware assets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_id ⇒ String
The host ID of any Dedicated Hosts on the asset.
Instance Attribute Details
#host_id ⇒ String
The host ID of any Dedicated Hosts on the asset.
231 232 233 234 235 |
# File 'lib/aws-sdk-outposts/types.rb', line 231 class ComputeAttributes < Struct.new( :host_id) SENSITIVE = [] include Aws::Structure end |