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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.

Returns:

  • (String)


11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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.

Returns:

  • (String)


11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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.

Returns:

  • (String)


11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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.

Returns:



11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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.

Returns:

  • (String)


11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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.

Returns:

  • (Integer)


11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11583

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