Class: Aws::AppIntegrationsService::Types::ExternalUrlConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ExternalUrlConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The external URL source for the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_url ⇒ String
The URL to access the application.
-
#approved_origins ⇒ Array<String>
Additional URLs to allow list if different than the access URL.
Instance Attribute Details
#access_url ⇒ String
The URL to access the application.
714 715 716 717 718 719 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 714 class ExternalUrlConfig < Struct.new( :access_url, :approved_origins) SENSITIVE = [] include Aws::Structure end |
#approved_origins ⇒ Array<String>
Additional URLs to allow list if different than the access URL.
714 715 716 717 718 719 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 714 class ExternalUrlConfig < Struct.new( :access_url, :approved_origins) SENSITIVE = [] include Aws::Structure end |