Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_environment ⇒ "NSX", ...
Returns the value of attribute source_environment.
-
#source_s3_configuration ⇒ Types::SourceS3Configuration
Returns the value of attribute source_s3_configuration.
Instance Attribute Details
#source_environment ⇒ "NSX", ...
Returns the value of attribute source_environment.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def source_environment @source_environment end |
#source_s3_configuration ⇒ Types::SourceS3Configuration
Returns the value of attribute source_s3_configuration.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def source_s3_configuration @source_s3_configuration end |