Class: Aws::DataZone::Types::AggregationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AggregationOutput
- Defined in:
- gems/aws-sdk-datazone/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.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |
#display_value ⇒ String
The display value of the aggregation output item.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AggregationOutputItem>
A list of aggregation output items.
438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438 class AggregationOutput < Struct.new( :attribute, :display_value, :items) SENSITIVE = [] include Aws::Structure end |