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.



39296
39297
39298
39299
39300
39301
# File 'lib/aws-sdk-quicksight/types.rb', line 39296

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


39296
39297
39298
39299
39300
39301
# File 'lib/aws-sdk-quicksight/types.rb', line 39296

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