Class: Aws::AppIntegrationsService::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::GetApplicationResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_config ⇒ Types::ApplicationConfig
The configuration settings for the application.
-
#application_source_config ⇒ Types::ApplicationSourceConfig
The configuration for where the application should be loaded from.
-
#application_type ⇒ String
The type of application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
-
#created_time ⇒ Time
The created time of the Application.
-
#description ⇒ String
The description of the application.
-
#id ⇒ String
A unique identifier for the Application.
-
#iframe_config ⇒ Types::IframeConfig
The iframe configuration for the application.
-
#initialization_timeout ⇒ Integer
The maximum time in milliseconds allowed to establish a connection with the workspace.
-
#is_service ⇒ Boolean
Indicates whether the application is a service.
-
#last_modified_time ⇒ Time
The last modified time of the Application.
-
#name ⇒ String
The name of the application.
-
#namespace ⇒ String
The namespace 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.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#application_config ⇒ Types::ApplicationConfig
The configuration settings for the application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#application_source_config ⇒ Types::ApplicationSourceConfig
The configuration for where the application should be loaded from.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#application_type ⇒ String
The type of application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The created time of the Application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the Application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#iframe_config ⇒ Types::IframeConfig
The iframe configuration for the application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#initialization_timeout ⇒ Integer
The maximum time in milliseconds allowed to establish a connection with the workspace.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#is_service ⇒ Boolean
Indicates whether the application is a service.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time of the Application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the application.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The configuration of events or requests that the application has access to.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#publications ⇒ Array<Types::Publication>
The events that the application publishes.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
The events that the application subscribes.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.
892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 892 class GetApplicationResponse < Struct.new( :arn, :id, :name, :namespace, :description, :application_source_config, :subscriptions, :publications, :created_time, :last_modified_time, :tags, :permissions, :is_service, :initialization_timeout, :application_config, :iframe_config, :application_type) SENSITIVE = [] include Aws::Structure end |