Class: Aws::Types::Integration
- Inherits:
-
Object
- Object
- Aws::Types::Integration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#lambda_config ⇒ Types::LambdaConfig
Returns the value of attribute lambda_config.
Instance Attribute Details
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
906 907 908 |
# File 'sig/types.rbs', line 906 def data_source_name @data_source_name end |
#lambda_config ⇒ Types::LambdaConfig
Returns the value of attribute lambda_config.
907 908 909 |
# File 'sig/types.rbs', line 907 def lambda_config @lambda_config end |