Class: Aws::Mgn::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SourceConfiguration
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Configuration for a migration source environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_environment ⇒ String
The source environment type.
-
#source_s3_configuration ⇒ Types::SourceS3Configuration
The S3 configuration for the source data.
Instance Attribute Details
#source_environment ⇒ String
The source environment type.
5515 5516 5517 5518 5519 5520 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5515 class SourceConfiguration < Struct.new( :source_environment, :source_s3_configuration) SENSITIVE = [] include Aws::Structure end |
#source_s3_configuration ⇒ Types::SourceS3Configuration
The S3 configuration for the source data.
5515 5516 5517 5518 5519 5520 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5515 class SourceConfiguration < Struct.new( :source_environment, :source_s3_configuration) SENSITIVE = [] include Aws::Structure end |