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