Class: Aws::Types::IPAddressBasedRemoteInfo
- Inherits:
-
Object
- Object
- Aws::Types::IPAddressBasedRemoteInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NTLM", ...
Returns the value of attribute auth_type.
-
#ip_address_configuration_time_stamp ⇒ ::String
Returns the value of attribute ip_address_configuration_time_stamp.
-
#os_type ⇒ "LINUX", "WINDOWS"
Returns the value of attribute os_type.
Instance Attribute Details
#auth_type ⇒ "NTLM", ...
Returns the value of attribute auth_type.
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.
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.
373 374 375 |
# File 'sig/types.rbs', line 373 def os_type @os_type end |