Class: Aws::QuickSight::Types::UpdateFolderPermissionsResponse

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

#arn ⇒ String

The Amazon Resource Name (ARN) of the folder.

Returns:

  • (String)


50454
50455
50456
50457
50458
50459
50460
50461
50462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50454

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

#folder_id ⇒ String

The ID of the folder.

Returns:

  • (String)


50454
50455
50456
50457
50458
50459
50460
50461
50462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50454

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

#permissions ⇒ Array<Types::ResourcePermission>

Information about the permissions for the folder.

Returns:



50454
50455
50456
50457
50458
50459
50460
50461
50462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50454

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


50454
50455
50456
50457
50458
50459
50460
50461
50462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50454

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


50454
50455
50456
50457
50458
50459
50460
50461
50462
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50454

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