Class: Aws::QApps::Types::UpdateQAppPermissionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ String

The unique identifier of the Amazon Q App for which permissions were updated.

Returns:

  • (String)


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.

Returns:



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.

Returns:

  • (String)


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