Class: Aws::QuickSight::Types::Entity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Entity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An object, structure, or sub-structure of an analysis, template, or dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ String
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
Instance Attribute Details
#path ⇒ String
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
15529 15530 15531 15532 15533 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15529 class Entity < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |