Class: Aws::QuickSight::Types::UpdateSpaceResourcesRequest

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

#add_resourcesArray<Types::SpaceResourceOperation>

A list of resources to add to the space.

Returns:



50498
50499
50500
50501
50502
50503
50504
50505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50498

class UpdateSpaceResourcesRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the space.

Returns:

  • (String)


50498
50499
50500
50501
50502
50503
50504
50505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50498

class UpdateSpaceResourcesRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#remove_resourcesArray<Types::SpaceResourceOperation>

A list of resources to remove from the space.

Returns:



50498
50499
50500
50501
50502
50503
50504
50505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50498

class UpdateSpaceResourcesRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of the space that you want to update resources for.

Returns:

  • (String)


50498
50499
50500
50501
50502
50503
50504
50505
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50498

class UpdateSpaceResourcesRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end