Class: Aws::Athena::Types::QueryStagePlanNode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Stage plan information such as name, identifier, sub plans, and remote sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#childrenArray<Types::QueryStagePlanNode>

Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/

Returns:



3480
3481
3482
3483
3484
3485
3486
3487
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3480

class QueryStagePlanNode < Struct.new(
  :name,
  :identifier,
  :children,
  :remote_sources)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Information about the operation this query stage plan node is performing.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3480

class QueryStagePlanNode < Struct.new(
  :name,
  :identifier,
  :children,
  :remote_sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the query stage plan that describes the operation this stage is performing as part of query execution.

Returns:

  • (String)


3480
3481
3482
3483
3484
3485
3486
3487
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3480

class QueryStagePlanNode < Struct.new(
  :name,
  :identifier,
  :children,
  :remote_sources)
  SENSITIVE = []
  include Aws::Structure
end

#remote_sourcesArray<String>

Source plan node IDs.

Returns:

  • (Array<String>)


3480
3481
3482
3483
3484
3485
3486
3487
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3480

class QueryStagePlanNode < Struct.new(
  :name,
  :identifier,
  :children,
  :remote_sources)
  SENSITIVE = []
  include Aws::Structure
end