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.
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_type ⇒ String
The type 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 |