Class: Aws::AppIntegrationsService::Types::ApplicationSourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/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

Instance Attribute Details

#external_url_configTypes::ExternalUrlConfig

The external URL source for the application.



59
60
61
62
63
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 59

class ApplicationSourceConfig < Struct.new(
  :external_url_config)
  SENSITIVE = []
  include Aws::Structure
end