Class: Aws::DataZone::Types::AggregationOutput

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

Overview

The aggregation for an attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute for this aggregation.

Returns:

  • (String)


438
439
440
441
442
443
444
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438

class AggregationOutput < Struct.new(
  :attribute,
  :display_value,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#display_valueString

The display value of the aggregation output item.

Returns:

  • (String)


438
439
440
441
442
443
444
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438

class AggregationOutput < Struct.new(
  :attribute,
  :display_value,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::AggregationOutputItem>

A list of aggregation output items.

Returns:



438
439
440
441
442
443
444
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 438

class AggregationOutput < Struct.new(
  :attribute,
  :display_value,
  :items)
  SENSITIVE = []
  include Aws::Structure
end