Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AppIntegrations, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_integrations ⇒ Types::AppIntegrationsConfiguration
Returns the value of attribute app_integrations.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#app_integrations ⇒ Types::AppIntegrationsConfiguration
Returns the value of attribute app_integrations.
906 907 908 |
# File 'sig/types.rbs', line 906 def app_integrations @app_integrations end |
#unknown ⇒ Object
Returns the value of attribute unknown.
907 908 909 |
# File 'sig/types.rbs', line 907 def unknown @unknown end |