Class: Aws::Types::NodeAggregator

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_type"Count"

Returns the value of attribute aggregator_type.

Returns:

  • ("Count")


3178
3179
3180
# File 'sig/types.rbs', line 3178

def aggregator_type
  @aggregator_type
end

#aggregators::Array[Types::NodeAggregator]

Returns the value of attribute aggregators.

Returns:



3181
3182
3183
# File 'sig/types.rbs', line 3181

def aggregators
  @aggregators
end

#attribute_name"AgentVersion", ...

Returns the value of attribute attribute_name.

Returns:

  • ("AgentVersion", "PlatformName", "PlatformType", "PlatformVersion", "Region", "ResourceType", "SourceType", "AvailabilityZone")


3180
3181
3182
# File 'sig/types.rbs', line 3180

def attribute_name
  @attribute_name
end

#type_name"Instance"

Returns the value of attribute type_name.

Returns:

  • ("Instance")


3179
3180
3181
# File 'sig/types.rbs', line 3179

def type_name
  @type_name
end