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

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

#permissions ⇒ Array<Types::ResourcePermission>

The updated permissions for the space.

Returns:



51492
51493
51494
51495
51496
51497
51498
51499
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51492

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


51492
51493
51494
51495
51496
51497
51498
51499
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51492

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

#space_arn ⇒ String

The ARN of the space.

Returns:

  • (String)


51492
51493
51494
51495
51496
51497
51498
51499
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51492

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

#space_id ⇒ String

The ID of the space.

Returns:

  • (String)


51492
51493
51494
51495
51496
51497
51498
51499
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51492

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