Class: Aws::QuickSight::Types::DescribeFolderPermissionsResponse

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

#arnString

The Amazon Resource Name (ARN) for the folder.



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#folder_idString

The ID of the folder.



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::ResourcePermission>

Information about the permissions on the folder.



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.



12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/aws-sdk-quicksight/types.rb', line 12463

class DescribeFolderPermissionsResponse < Struct.new(
  :status,
  :folder_id,
  :arn,
  :permissions,
  :request_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end