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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


46462
46463
46464
46465
46466
46467
# File 'lib/aws-sdk-ec2/types.rb', line 46462

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>)


46462
46463
46464
46465
46466
46467
# File 'lib/aws-sdk-ec2/types.rb', line 46462

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