Class: Aws::Types::DimensionGroup

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])


100
101
102
# File 'sig/types.rbs', line 100

def dimensions
  @dimensions
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def group
  @group
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


101
102
103
# File 'sig/types.rbs', line 101

def limit
  @limit
end