Class: Aws::Types::AggregateOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregations::Array[Types::Aggregation]

Returns the value of attribute aggregations.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def aggregations
  @aggregations
end

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def alias
  @alias
end

#group_by_column_names::Array[::String]

Returns the value of attribute group_by_column_names.

Returns:

  • (::Array[::String])


161
162
163
# File 'sig/types.rbs', line 161

def group_by_column_names
  @group_by_column_names
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



160
161
162
# File 'sig/types.rbs', line 160

def source
  @source
end