Class: Aws::Types::DataSourceConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfigurationInput
- 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::GlueRunConfigurationInput
Returns the value of attribute glue_run_configuration.
-
#redshift_run_configuration ⇒ Types::RedshiftRunConfigurationInput
Returns the value of attribute redshift_run_configuration.
-
#sage_maker_run_configuration ⇒ Types::SageMakerRunConfigurationInput
Returns the value of attribute sage_maker_run_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#glue_run_configuration ⇒ Types::GlueRunConfigurationInput
Returns the value of attribute glue_run_configuration.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def glue_run_configuration @glue_run_configuration end |
#redshift_run_configuration ⇒ Types::RedshiftRunConfigurationInput
Returns the value of attribute redshift_run_configuration.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def redshift_run_configuration @redshift_run_configuration end |
#sage_maker_run_configuration ⇒ Types::SageMakerRunConfigurationInput
Returns the value of attribute sage_maker_run_configuration.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def sage_maker_run_configuration @sage_maker_run_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def unknown @unknown end |