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.



1087
1088
1089
# File 'sig/types.rbs', line 1087

def column
  @column
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def limit
  @limit
end

#sort_by_metrics::Array[Types::ColumnSort]

Returns the value of attribute sort_by_metrics.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def sort_by_metrics
  @sort_by_metrics
end