Class: Aws::MigrationHubStrategyRecommendations::Types::PipelineInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::PipelineInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Detailed information of the pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_configuration_time_stamp ⇒ String
The time when the pipeline info was configured.
-
#pipeline_type ⇒ String
The type of pipeline.
Instance Attribute Details
#pipeline_configuration_time_stamp ⇒ String
The time when the pipeline info was configured.
1678 1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1678 class PipelineInfo < Struct.new( :pipeline_configuration_time_stamp, :pipeline_type) SENSITIVE = [] include Aws::Structure end |
#pipeline_type ⇒ String
The type of pipeline.
1678 1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1678 class PipelineInfo < Struct.new( :pipeline_configuration_time_stamp, :pipeline_type) SENSITIVE = [] include Aws::Structure end |