Class: Aws::QuickSight::Types::UpdateSpaceResourcesResponse

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

#failed_resource_operationsArray<Types::FailedSpaceResourceOperation>

A list of resource operations that failed.



47733
47734
47735
47736
47737
47738
47739
47740
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47733

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


47733
47734
47735
47736
47737
47738
47739
47740
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47733

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

#space_arnString

The ARN of the space.

Returns:

  • (String)


47733
47734
47735
47736
47737
47738
47739
47740
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47733

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

#space_idString

The ID of the space.

Returns:

  • (String)


47733
47734
47735
47736
47737
47738
47739
47740
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47733

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