Class: Aws::Types::DataSourceConfigurationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: GlueRunConfiguration, RedshiftRunConfiguration, SageMakerRunConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glue_run_configurationTypes::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_configurationTypes::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_configurationTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def unknown
  @unknown
end