Class: Aws::AppIntegrationsService::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::UpdateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_source_config ⇒ Types::ApplicationSourceConfig
The configuration for where the application should be loaded from.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
-
#description ⇒ String
The description of the application.
-
#name ⇒ String
The name of the application.
-
#permissions ⇒ Array<String>
The configuration of events or requests that the application has access to.
-
#publications ⇒ Array<Types::Publication>
The events that the application publishes.
-
#subscriptions ⇒ Array<Types::Subscription>
The events that the application subscribes.
Instance Attribute Details
#application_source_config ⇒ Types::ApplicationSourceConfig
The configuration for where the application should be loaded from.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The configuration of events or requests that the application has access to.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#publications ⇒ Array<Types::Publication>
The events that the application publishes.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
The events that the application subscribes.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1470 class UpdateApplicationRequest < Struct.new( :arn, :name, :description, :application_source_config, :subscriptions, :publications, :permissions) SENSITIVE = [] include Aws::Structure end |