Class: Aws::Types::BodySectionDynamicNumericDimensionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1168
1169
1170
# File 'sig/types.rbs', line 1168

def column
  @column
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def limit
  @limit
end

#sort_by_metrics::Array[Types::ColumnSort]

Returns the value of attribute sort_by_metrics.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def sort_by_metrics
  @sort_by_metrics
end