Class: Aws::QuickSight::Types::UpdateSpacePermissionsResponse

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

#permissionsArray<Types::ResourcePermission>

The updated permissions for the space.

Returns:



47258
47259
47260
47261
47262
47263
47264
47265
# File 'lib/aws-sdk-quicksight/types.rb', line 47258

class UpdateSpacePermissionsResponse < Struct.new(
  :space_id,
  :space_arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


47258
47259
47260
47261
47262
47263
47264
47265
# File 'lib/aws-sdk-quicksight/types.rb', line 47258

class UpdateSpacePermissionsResponse < Struct.new(
  :space_id,
  :space_arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_arnString

The ARN of the space.

Returns:

  • (String)


47258
47259
47260
47261
47262
47263
47264
47265
# File 'lib/aws-sdk-quicksight/types.rb', line 47258

class UpdateSpacePermissionsResponse < Struct.new(
  :space_id,
  :space_arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of the space.

Returns:

  • (String)


47258
47259
47260
47261
47262
47263
47264
47265
# File 'lib/aws-sdk-quicksight/types.rb', line 47258

class UpdateSpacePermissionsResponse < Struct.new(
  :space_id,
  :space_arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end