Class: Aws::Types::PerformanceInsightsMetricDimensionGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[::String]

Returns the value of attribute dimensions.

Returns:

  • (::Array[::String])


3527
3528
3529
# File 'sig/types.rbs', line 3527

def dimensions
  @dimensions
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


3528
3529
3530
# File 'sig/types.rbs', line 3528

def group
  @group
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


3529
3530
3531
# File 'sig/types.rbs', line 3529

def limit
  @limit
end