Class: Aws::EC2::Types::MacHost
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MacHost
- 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
-
#host_id ⇒ String
The EC2 Mac Dedicated Host ID.
-
#mac_os_latest_supported_versions ⇒ Array<String>
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
Instance Attribute Details
#host_id ⇒ String
The EC2 Mac Dedicated Host ID.
48854 48855 48856 48857 48858 48859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48854 class MacHost < Struct.new( :host_id, :mac_os_latest_supported_versions) SENSITIVE = [] include Aws::Structure end |
#mac_os_latest_supported_versions ⇒ Array<String>
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
48854 48855 48856 48857 48858 48859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48854 class MacHost < Struct.new( :host_id, :mac_os_latest_supported_versions) SENSITIVE = [] include Aws::Structure end |