Class: Aws::Connect::Types::Application

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

Overview

This API is in preview release for Amazon Connect and is subject to change.

A third-party application's metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_permissionsArray<String>

The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.

Returns:

  • (Array<String>)


738
739
740
741
742
743
744
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 738

class Application < Struct.new(
  :namespace,
  :application_permissions,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

Namespace of the application that you want to give access to.

Returns:

  • (String)


738
739
740
741
742
743
744
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 738

class Application < Struct.new(
  :namespace,
  :application_permissions,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of Application.

Returns:

  • (String)


738
739
740
741
742
743
744
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 738

class Application < Struct.new(
  :namespace,
  :application_permissions,
  :type)
  SENSITIVE = []
  include Aws::Structure
end