Class: Aws::QuickSight::Types::TablePathElement

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

Instance Attribute Details

#idString

The unique identifier of the path element.

Returns:

  • (String)


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

#nameString

The name of the path element.

Returns:

  • (String)


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