Class: Aws::DataZone::Types::AggregationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AggregationListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
An aggregation list item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
An attribute on which to compute aggregations.
-
#display_value ⇒ String
The display value of the aggregation list item.
Instance Attribute Details
#attribute ⇒ String
An attribute on which to compute aggregations.
524 525 526 527 528 529 |
# File 'lib/aws-sdk-datazone/types.rb', line 524 class AggregationListItem < Struct.new( :attribute, :display_value) SENSITIVE = [] include Aws::Structure end |
#display_value ⇒ String
The display value of the aggregation list item. Supported values include ‘value` and `glossaryTerm.name`.
524 525 526 527 528 529 |
# File 'lib/aws-sdk-datazone/types.rb', line 524 class AggregationListItem < Struct.new( :attribute, :display_value) SENSITIVE = [] include Aws::Structure end |