Class: Aws::Connect::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Application
- Includes:
- Structure
- Defined in:
- 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
-
#application_permissions ⇒ Array<String>
The permissions that the agent is granted on the application.
-
#namespace ⇒ String
Namespace of the application that you want to give access to.
Instance Attribute Details
#application_permissions ⇒ Array<String>
The permissions that the agent is granted on the application. Only the ‘ACCESS` permission is supported.
571 572 573 574 575 576 |
# File 'lib/aws-sdk-connect/types.rb', line 571 class Application < Struct.new( :namespace, :application_permissions) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
Namespace of the application that you want to give access to.
571 572 573 574 575 576 |
# File 'lib/aws-sdk-connect/types.rb', line 571 class Application < Struct.new( :namespace, :application_permissions) SENSITIVE = [] include Aws::Structure end |