Class: Aws::QuickSight::Types::Entity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pathString

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

Returns:

  • (String)


14935
14936
14937
14938
14939
# File 'lib/aws-sdk-quicksight/types.rb', line 14935

class Entity < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end