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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributeString

An attribute on which to compute aggregations.

Returns:

  • (String)


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_valueString

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

Returns:

  • (String)


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