Class: Aws::DataZone::Types::AggregationOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AggregationOutputItem
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
An aggregation output item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The count of the aggregation output item.
-
#display_value ⇒ String
The display value of the aggregation.
-
#value ⇒ String
The attribute value of the aggregation output item.
Instance Attribute Details
#count ⇒ Integer
The count of the aggregation output item.
464 465 466 467 468 469 470 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464 class AggregationOutputItem < Struct.new( :count, :display_value, :value) SENSITIVE = [] include Aws::Structure end |
#display_value ⇒ String
The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
464 465 466 467 468 469 470 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464 class AggregationOutputItem < Struct.new( :count, :display_value, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The attribute value of the aggregation output item.
464 465 466 467 468 469 470 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464 class AggregationOutputItem < Struct.new( :count, :display_value, :value) SENSITIVE = [] include Aws::Structure end |