Class: Aws::Mgn::Types::SourceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Configuration for a migration source environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_environmentString

The source environment type.

Returns:

  • (String)


5582
5583
5584
5585
5586
5587
# File 'lib/aws-sdk-mgn/types.rb', line 5582

class SourceConfiguration < Struct.new(
  :source_environment,
  :source_s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_configurationTypes::SourceS3Configuration

The S3 configuration for the source data.



5582
5583
5584
5585
5586
5587
# File 'lib/aws-sdk-mgn/types.rb', line 5582

class SourceConfiguration < Struct.new(
  :source_environment,
  :source_s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end