Class: Aws::SMS::Types::VmServerAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::VmServerAddress
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Represents a VM server location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vm_id ⇒ String
The ID of the VM.
-
#vm_manager_id ⇒ String
The ID of the VM manager.
Instance Attribute Details
#vm_id ⇒ String
The ID of the VM.
2259 2260 2261 2262 2263 2264 |
# File 'lib/aws-sdk-sms/types.rb', line 2259 class VmServerAddress < Struct.new( :vm_manager_id, :vm_id) SENSITIVE = [] include Aws::Structure end |
#vm_manager_id ⇒ String
The ID of the VM manager.
2259 2260 2261 2262 2263 2264 |
# File 'lib/aws-sdk-sms/types.rb', line 2259 class VmServerAddress < Struct.new( :vm_manager_id, :vm_id) SENSITIVE = [] include Aws::Structure end |