Class: Aws::QApps::Types::UpdateQAppPermissionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::UpdateQAppPermissionsOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique identifier of the Amazon Q App for which permissions were updated.
-
#permissions ⇒ Array<Types::PermissionOutput>
The updated list of permissions for the Amazon Q App.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q App for which permissions were updated.
Instance Attribute Details
#app_id ⇒ String
The unique identifier of the Amazon Q App for which permissions were updated.
2858 2859 2860 2861 2862 2863 2864 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2858 class UpdateQAppPermissionsOutput < Struct.new( :resource_arn, :app_id, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::PermissionOutput>
The updated list of permissions for the Amazon Q App.
2858 2859 2860 2861 2862 2863 2864 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2858 class UpdateQAppPermissionsOutput < Struct.new( :resource_arn, :app_id, :permissions) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q App for which permissions were updated.
2858 2859 2860 2861 2862 2863 2864 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2858 class UpdateQAppPermissionsOutput < Struct.new( :resource_arn, :app_id, :permissions) SENSITIVE = [] include Aws::Structure end |