Class: Aws::EC2::Types::MacHost
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MacHost
- 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
-
#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.
49874 49875 49876 49877 49878 49879 |
# File 'lib/aws-sdk-ec2/types.rb', line 49874 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.
49874 49875 49876 49877 49878 49879 |
# File 'lib/aws-sdk-ec2/types.rb', line 49874 class MacHost < Struct.new( :host_id, :mac_os_latest_supported_versions) SENSITIVE = [] include Aws::Structure end |