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:



20465
20466
20467
20468
20469
20470
20471
20472
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

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)


20465
20466
20467
20468
20469
20470
20471
20472
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

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)


20465
20466
20467
20468
20469
20470
20471
20472
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

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)


20465
20466
20467
20468
20469
20470
20471
20472
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

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