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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464

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)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464

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

#valueString

The attribute value of the aggregation output item.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 464

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