Class: Aws::MigrationHubStrategyRecommendations::Types::IPAddressBasedRemoteInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::IPAddressBasedRemoteInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
IP address based configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_type ⇒ String
The type of authorization.
-
#ip_address_configuration_time_stamp ⇒ String
The time stamp of the configuration.
-
#os_type ⇒ String
The type of the operating system.
Instance Attribute Details
#auth_type ⇒ String
The type of authorization.
1200 1201 1202 1203 1204 1205 1206 |
# File '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_stamp ⇒ String
The time stamp of the configuration.
1200 1201 1202 1203 1204 1205 1206 |
# File '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_type ⇒ String
The type of the operating system.
1200 1201 1202 1203 1204 1205 1206 |
# File '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 |