Class: Aws::DataZone::Types::AggregationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AggregationListItem
- Defined in:
- gems/aws-sdk-datazone/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.
415 416 417 418 419 420 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 415 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
.
415 416 417 418 419 420 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 415 class AggregationListItem < Struct.new( :attribute, :display_value) SENSITIVE = [] include Aws::Structure end |