Class: Aws::QuickSight::Types::SpaceResourceOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SpaceResourceOperation
- 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
-
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
The details of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#resource_details ⇒ Types::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_type ⇒ String
The type 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 |