Class: Aws::MigrationHubStrategyRecommendations::Types::RemoteSourceCodeAnalysisServerInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::RemoteSourceCodeAnalysisServerInfo
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Information about the server configured for source code analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remote_source_code_analysis_server_configuration_timestamp ⇒ String
The time when the remote source code server was configured.
Instance Attribute Details
#remote_source_code_analysis_server_configuration_timestamp ⇒ String
The time when the remote source code server was configured.
1801 1802 1803 1804 1805 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1801 class RemoteSourceCodeAnalysisServerInfo < Struct.new( :remote_source_code_analysis_server_configuration_timestamp) SENSITIVE = [] include Aws::Structure end |