Class: Aws::QApps::Types::PermissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::PermissionInput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
The permission to grant or revoke for a Amazon Q App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action associated with the permission.
-
#principal ⇒ String
The principal user to which the permission applies.
Instance Attribute Details
#action ⇒ String
The action associated with the permission.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1873 class PermissionInput < Struct.new( :action, :principal) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ String
The principal user to which the permission applies.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1873 class PermissionInput < Struct.new( :action, :principal) SENSITIVE = [] include Aws::Structure end |