Class: Aws::Connect::Types::Application
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Application
- 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
-
#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.
590 591 592 593 594 595 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 590 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.
590 591 592 593 594 595 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 590 class Application < Struct.new( :namespace, :application_permissions) SENSITIVE = [] include Aws::Structure end |