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)


5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-mgn/types.rb', line 5515

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.



5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-mgn/types.rb', line 5515

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