Class: Aws::MigrationHubStrategyRecommendations::Types::IPAddressBasedRemoteInfo

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

Overview

IP address based configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_typeString

The type of authorization.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1200

class IPAddressBasedRemoteInfo < Struct.new(
  :auth_type,
  :ip_address_configuration_time_stamp,
  :os_type)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_configuration_time_stampString

The time stamp of the configuration.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1200

class IPAddressBasedRemoteInfo < Struct.new(
  :auth_type,
  :ip_address_configuration_time_stamp,
  :os_type)
  SENSITIVE = []
  include Aws::Structure
end

#os_typeString

The type of the operating system.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1200

class IPAddressBasedRemoteInfo < Struct.new(
  :auth_type,
  :ip_address_configuration_time_stamp,
  :os_type)
  SENSITIVE = []
  include Aws::Structure
end