Class: Aws::Types::VcenterBasedRemoteInfo
- Inherits:
-
Object
- Object
- Aws::Types::VcenterBasedRemoteInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#os_type ⇒ "LINUX", "WINDOWS"
Returns the value of attribute os_type.
-
#vcenter_configuration_time_stamp ⇒ ::String
Returns the value of attribute vcenter_configuration_time_stamp.
Instance Attribute Details
#os_type ⇒ "LINUX", "WINDOWS"
Returns the value of attribute os_type.
754 755 756 |
# File 'sig/types.rbs', line 754 def os_type @os_type end |
#vcenter_configuration_time_stamp ⇒ ::String
Returns the value of attribute vcenter_configuration_time_stamp.
755 756 757 |
# File 'sig/types.rbs', line 755 def vcenter_configuration_time_stamp @vcenter_configuration_time_stamp end |