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.



38529
38530
38531
38532
38533
38534
# File 'lib/aws-sdk-quicksight/types.rb', line 38529

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


38529
38530
38531
38532
38533
38534
# File 'lib/aws-sdk-quicksight/types.rb', line 38529

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