Class: Aws::QuickSight::Types::SpaceResourceOperation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

An operation to perform on a resource in a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_details ⇒ Types::SpaceQuickSightResourceDetails

The details of the resource.



42955
42956
42957
42958
42959
42960
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42955

class SpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ String

The type of the resource.

Returns:

  • (String)


42955
42956
42957
42958
42959
42960
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42955

class SpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end