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:



46429
46430
46431
46432
46433
46434
46435
46436
# File 'lib/aws-sdk-quicksight/types.rb', line 46429

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)


46429
46430
46431
46432
46433
46434
46435
46436
# File 'lib/aws-sdk-quicksight/types.rb', line 46429

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)


46429
46430
46431
46432
46433
46434
46435
46436
# File 'lib/aws-sdk-quicksight/types.rb', line 46429

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)


46429
46430
46431
46432
46433
46434
46435
46436
# File 'lib/aws-sdk-quicksight/types.rb', line 46429

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