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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_detailsTypes::SpaceQuickSightResourceDetails

The details of the resource.



39334
39335
39336
39337
39338
39339
# File 'lib/aws-sdk-quicksight/types.rb', line 39334

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


39334
39335
39336
39337
39338
39339
# File 'lib/aws-sdk-quicksight/types.rb', line 39334

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