Class: Aws::DataZone::Types::AggregationListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

An aggregation list item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

An attribute on which to compute aggregations.

Returns:

  • (String)


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_valueString

The display value of the aggregation list item. Supported values include ‘value` and `glossaryTerm.name`.

Returns:

  • (String)


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