Class: Aws::Types::DataSourceConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfigurationOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GlueRunConfiguration, RedshiftRunConfiguration, SageMakerRunConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glue_run_configuration ⇒ Types::GlueRunConfigurationOutput
Returns the value of attribute glue_run_configuration.
-
#redshift_run_configuration ⇒ Types::RedshiftRunConfigurationOutput
Returns the value of attribute redshift_run_configuration.
-
#sage_maker_run_configuration ⇒ Types::SageMakerRunConfigurationOutput
Returns the value of attribute sage_maker_run_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#glue_run_configuration ⇒ Types::GlueRunConfigurationOutput
Returns the value of attribute glue_run_configuration.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def glue_run_configuration @glue_run_configuration end |
#redshift_run_configuration ⇒ Types::RedshiftRunConfigurationOutput
Returns the value of attribute redshift_run_configuration.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def redshift_run_configuration @redshift_run_configuration end |
#sage_maker_run_configuration ⇒ Types::SageMakerRunConfigurationOutput
Returns the value of attribute sage_maker_run_configuration.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def sage_maker_run_configuration @sage_maker_run_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def unknown @unknown end |