Class: Aws::QApps::Types::PermissionInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The action associated with the permission.

Returns:

  • (String)


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

#principalString

The principal user to which the permission applies.

Returns:

  • (String)


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