Class: Aws::QuickSight::Types::TablePathElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TablePathElement
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An element in the hierarchical path to a table within a data source, containing both name and identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the path element.
-
#name ⇒ String
The name of the path element.
Instance Attribute Details
#id ⇒ String
The unique identifier of the path element.
35458 35459 35460 35461 35462 35463 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35458 class TablePathElement < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path element.
35458 35459 35460 35461 35462 35463 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35458 class TablePathElement < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |