Class: Aws::DataZone::Types::AggregationOutputItem

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

Overview

An aggregation output item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The count of the aggregation output item.

Returns:

  • (Integer)


573
574
575
576
577
578
579
# File 'lib/aws-sdk-datazone/types.rb', line 573

class AggregationOutputItem < Struct.new(
  :count,
  :display_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#display_valueString

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.

Returns:

  • (String)


573
574
575
576
577
578
579
# File 'lib/aws-sdk-datazone/types.rb', line 573

class AggregationOutputItem < Struct.new(
  :count,
  :display_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The attribute value of the aggregation output item.

Returns:

  • (String)


573
574
575
576
577
578
579
# File 'lib/aws-sdk-datazone/types.rb', line 573

class AggregationOutputItem < Struct.new(
  :count,
  :display_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end