Class: Aws::Outposts::Types::ComputeAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Information about compute hardware assets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_idString

The host ID of any Dedicated Hosts on the asset.

Returns:

  • (String)


212
213
214
215
216
# File 'lib/aws-sdk-outposts/types.rb', line 212

class ComputeAttributes < Struct.new(
  :host_id)
  SENSITIVE = []
  include Aws::Structure
end