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.
13058 13059 13060 |
# File 'sig/types.rbs', line 13058 def host_id @host_id end |
#mac_os_latest_supported_versions ⇒ ::Array[::String]
Returns the value of attribute mac_os_latest_supported_versions.
13059 13060 13061 |
# File 'sig/types.rbs', line 13059 def mac_os_latest_supported_versions @mac_os_latest_supported_versions end |