Class: Aws::Mgn::Types::NetworkMigrationAnalysisResultTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationAnalysisResultTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
The target resource information for an analysis result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_id ⇒ String
The subnet ID of the target resource.
-
#vpc_id ⇒ String
The VPC ID of the target resource.
Instance Attribute Details
#subnet_id ⇒ String
The subnet ID of the target resource.
4133 4134 4135 4136 4137 4138 |
# File 'lib/aws-sdk-mgn/types.rb', line 4133 class NetworkMigrationAnalysisResultTarget < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the target resource.
4133 4134 4135 4136 4137 4138 |
# File 'lib/aws-sdk-mgn/types.rb', line 4133 class NetworkMigrationAnalysisResultTarget < Struct.new( :vpc_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |