Class: Aws::AppIntegrationsService::Types::ApplicationSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ApplicationSourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The configuration for where the application should be loaded from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_url_config ⇒ Types::ExternalUrlConfig
The external URL source for the application.
Instance Attribute Details
#external_url_config ⇒ Types::ExternalUrlConfig
The external URL source for the application.
59 60 61 62 63 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 59 class ApplicationSourceConfig < Struct.new( :external_url_config) SENSITIVE = [] include Aws::Structure end |