Class: Aws::Types::IPAddressBasedRemoteInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"NTLM", ...

Returns the value of attribute auth_type.

Returns:

  • ("NTLM", "SSH", "CERT")


371
372
373
# File 'sig/types.rbs', line 371

def auth_type
  @auth_type
end

#ip_address_configuration_time_stamp::String

Returns the value of attribute ip_address_configuration_time_stamp.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def ip_address_configuration_time_stamp
  @ip_address_configuration_time_stamp
end

#os_type"LINUX", "WINDOWS"

Returns the value of attribute os_type.

Returns:

  • ("LINUX", "WINDOWS")


373
374
375
# File 'sig/types.rbs', line 373

def os_type
  @os_type
end