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:

  • (String)


4176
4177
4178
4179
4180
4181
# File 'lib/aws-sdk-mgn/types.rb', line 4176

class NetworkMigrationAnalysisResultTarget < Struct.new(
  :vpc_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID of the target resource.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
# File 'lib/aws-sdk-mgn/types.rb', line 4176

class NetworkMigrationAnalysisResultTarget < Struct.new(
  :vpc_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end