Class: Aws::DataZone::Types::AggregationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AggregationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The aggregation for an attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The attribute for this aggregation.
-
#display_value ⇒ String
The display value of the aggregation output item.
-
#items ⇒ Array<Types::AggregationOutputItem>
A list of aggregation output items.
Instance Attribute Details
#attribute ⇒ String
The attribute for this aggregation.
547 548 549 550 551 552 553 |
# File 'lib/aws-sdk-datazone/types.rb', line 547 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |
#display_value ⇒ String
The display value of the aggregation output item.
547 548 549 550 551 552 553 |
# File 'lib/aws-sdk-datazone/types.rb', line 547 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AggregationOutputItem>
A list of aggregation output items.
547 548 549 550 551 552 553 |
# File 'lib/aws-sdk-datazone/types.rb', line 547 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |