Class: Aws::MigrationHubStrategyRecommendations::Types::RemoteSourceCodeAnalysisServerInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#remote_source_code_analysis_server_configuration_timestampString

The time when the remote source code server was configured.

Returns:

  • (String)


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