Class: Aws::Athena::Types::QueryStagePlanNode
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::QueryStagePlanNode
- 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
-
#children ⇒ Array<Types::QueryStagePlanNode>
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/.
-
#identifier ⇒ String
Information about the operation this query stage plan node is performing.
-
#name ⇒ String
Name of the query stage plan that describes the operation this stage is performing as part of query execution.
-
#remote_sources ⇒ Array<String>
Source plan node IDs.
Instance Attribute Details
#children ⇒ Array<Types::QueryStagePlanNode>
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3677 class QueryStagePlanNode < Struct.new( :name, :identifier, :children, :remote_sources) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Information about the operation this query stage plan node is performing.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3677 class QueryStagePlanNode < Struct.new( :name, :identifier, :children, :remote_sources) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the query stage plan that describes the operation this stage is performing as part of query execution.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3677 class QueryStagePlanNode < Struct.new( :name, :identifier, :children, :remote_sources) SENSITIVE = [] include Aws::Structure end |
#remote_sources ⇒ Array<String>
Source plan node IDs.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3677 class QueryStagePlanNode < Struct.new( :name, :identifier, :children, :remote_sources) SENSITIVE = [] include Aws::Structure end |