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.
4226 4227 4228 4229 4230 4231 |
# File 'lib/aws-sdk-mgn/types.rb', line 4226 class NetworkMigrationAnalysisResultSource < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the source resource.
4226 4227 4228 4229 4230 4231 |
# File 'lib/aws-sdk-mgn/types.rb', line 4226 class NetworkMigrationAnalysisResultSource < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |