Class: Aws::Mgn::Types::NetworkMigrationAnalysisResultTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#subnet_idString

The subnet ID of the target resource.

Returns:



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_idString

The VPC ID of the target resource.

Returns:



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