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_source_configTypes::ApplicationSourceConfig

The configuration for where the application should be loaded from.



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the Application.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The created time of the Application.

Returns:

  • (Time)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the Application.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time of the Application.

Returns:

  • (Time)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the application.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

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

Returns:

  • (Array<String>)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#publicationsArray<Types::Publication>

The events that the application publishes.

Returns:



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionsArray<Types::Subscription>

The events that the application subscribes.

Returns:



694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 694

class GetApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :namespace,
  :description,
  :application_source_config,
  :subscriptions,
  :publications,
  :created_time,
  :last_modified_time,
  :tags,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end