Class: Aws::Types::MacHost
- Inherits:
-
Object
- Object
- Aws::Types::MacHost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#mac_os_latest_supported_versions ⇒ ::Array[::String]
Returns the value of attribute mac_os_latest_supported_versions.
Instance Attribute Details
#host_id ⇒ ::String
Returns the value of attribute host_id.
13329 13330 13331 |
# File 'sig/types.rbs', line 13329 def host_id @host_id end |
#mac_os_latest_supported_versions ⇒ ::Array[::String]
Returns the value of attribute mac_os_latest_supported_versions.
13330 13331 13332 |
# File 'sig/types.rbs', line 13330 def mac_os_latest_supported_versions @mac_os_latest_supported_versions end |