Class: Aws::Mgn::Types::NetworkMigrationAnalysisResultSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationAnalysisResultSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
The source resource information for an analysis result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_id ⇒ String
The subnet ID of the source resource.
-
#vpc_id ⇒ String
The VPC ID of the source resource.
Instance Attribute Details
#subnet_id ⇒ String
The subnet ID of the source resource.
4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-mgn/types.rb', line 4114 class NetworkMigrationAnalysisResultSource < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the source resource.
4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-mgn/types.rb', line 4114 class NetworkMigrationAnalysisResultSource < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |