Class: Aws::EC2::Types::MacHost

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Information about the EC2 Mac Dedicated Host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_idString

The EC2 Mac Dedicated Host ID.

Returns:

  • (String)


46522
46523
46524
46525
46526
46527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46522

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

#mac_os_latest_supported_versionsArray<String>

The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.

Returns:

  • (Array<String>)


46522
46523
46524
46525
46526
46527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46522

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