Class: Aws::MigrationHubStrategyRecommendations::Types::VersionControlInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::VersionControlInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Details about the version control configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version_control_configuration_time_stamp ⇒ String
The time when the version control system was last configured.
-
#version_control_type ⇒ String
The type of version control.
Instance Attribute Details
#version_control_configuration_time_stamp ⇒ String
The time when the version control system was last configured.
2516 2517 2518 2519 2520 2521 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2516 class VersionControlInfo < Struct.new( :version_control_configuration_time_stamp, :version_control_type) SENSITIVE = [] include Aws::Structure end |
#version_control_type ⇒ String
The type of version control.
2516 2517 2518 2519 2520 2521 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2516 class VersionControlInfo < Struct.new( :version_control_configuration_time_stamp, :version_control_type) SENSITIVE = [] include Aws::Structure end |