Class: Aws::QuickSight::Types::ListCustomPermissionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_permissions_listArray<Types::CustomPermissions>

A list of custom permissions profiles.

Returns:



21899
21900
21901
21902
21903
21904
21905
21906
# File 'lib/aws-sdk-quicksight/types.rb', line 21899

class ListCustomPermissionsResponse < Struct.new(
  :status,
  :custom_permissions_list,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


21899
21900
21901
21902
21903
21904
21905
21906
# File 'lib/aws-sdk-quicksight/types.rb', line 21899

class ListCustomPermissionsResponse < Struct.new(
  :status,
  :custom_permissions_list,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


21899
21900
21901
21902
21903
21904
21905
21906
# File 'lib/aws-sdk-quicksight/types.rb', line 21899

class ListCustomPermissionsResponse < Struct.new(
  :status,
  :custom_permissions_list,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


21899
21900
21901
21902
21903
21904
21905
21906
# File 'lib/aws-sdk-quicksight/types.rb', line 21899

class ListCustomPermissionsResponse < Struct.new(
  :status,
  :custom_permissions_list,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end