Class: Aws::SMS::Types::VmServerAddress

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Represents a VM server location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vm_idString

The ID of the VM.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2259

class VmServerAddress < Struct.new(
  :vm_manager_id,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end

#vm_manager_idString

The ID of the VM manager.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2259

class VmServerAddress < Struct.new(
  :vm_manager_id,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end