Class: Aws::AppIntegrationsService::Types::GetApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_configTypes::ApplicationConfig

The configuration settings for the application.



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#application_source_configTypes::ApplicationSourceConfig

The configuration for where the application should be loaded from.



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#application_typeString

The type of application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the Application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#auth_configTypes::AuthConfig

The authentication settings that Connect Customer uses when calling the external application.

Returns:



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The created time of the Application.

Returns:

  • (Time)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the Application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#iframe_configTypes::IframeConfig

The iframe configuration for the application.

Returns:



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#initialization_timeoutInteger

The maximum time in milliseconds allowed to establish a connection with the workspace.

Returns:

  • (Integer)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#is_serviceBoolean

Indicates whether the application is a service.

Returns:

  • (Boolean)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time of the Application.

Returns:

  • (Time)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the application.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

The configuration of events or requests that the application has access to.

Returns:

  • (Array<String>)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#publicationsArray<Types::Publication>

The events that the application publishes.

Returns:



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionsArray<Types::Subscription>

The events that the application subscribes.

Returns:



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "tags": "key2":"value2" }.

Returns:

  • (Hash<String,String>)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 953

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,
  :auth_config)
  SENSITIVE = []
  include Aws::Structure
end