Class: Aws::Types::OpsAggregator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregator_type::String

Returns the value of attribute aggregator_type.

Returns:

  • (::String)


3224
3225
3226
# File 'sig/types.rbs', line 3224

def aggregator_type
  @aggregator_type
end

#aggregators::Array[Types::OpsAggregator]

Returns the value of attribute aggregators.

Returns:



3229
3230
3231
# File 'sig/types.rbs', line 3229

def aggregators
  @aggregators
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


3226
3227
3228
# File 'sig/types.rbs', line 3226

def attribute_name
  @attribute_name
end

#filters::Array[Types::OpsFilter]

Returns the value of attribute filters.

Returns:



3228
3229
3230
# File 'sig/types.rbs', line 3228

def filters
  @filters
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def type_name
  @type_name
end

#values::Hash[::String, ::String]

Returns the value of attribute values.

Returns:

  • (::Hash[::String, ::String])


3227
3228
3229
# File 'sig/types.rbs', line 3227

def values
  @values
end