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.



73
74
75
76
77
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 73

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