Class: Aws::Types::Aggregate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggs::Array[Types::AggregateOperation]

Returns the value of attribute aggs.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def aggs
  @aggs
end

#groups::Array[::Array[::String]]

Returns the value of attribute groups.

Returns:

  • (::Array[::Array[::String]])


29
30
31
# File 'sig/types.rbs', line 29

def groups
  @groups
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def name
  @name
end