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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


13398
13399
13400
13401
13402
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13398

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