Class: Aws::QuickSight::Types::SpaceQuickSightResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SpaceQuickSightResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A QuickSight resource that is associated with a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
The details of the QuickSight resource.
-
#resource_type ⇒ String
The type of the QuickSight resource.
Instance Attribute Details
#resource_details ⇒ Types::SpaceQuickSightResourceDetails
The details of the QuickSight resource.
38463 38464 38465 38466 38467 38468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38463 class SpaceQuickSightResource < Struct.new( :resource_type, :resource_details) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the QuickSight resource.
38463 38464 38465 38466 38467 38468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38463 class SpaceQuickSightResource < Struct.new( :resource_type, :resource_details) SENSITIVE = [] include Aws::Structure end |