Class: Aws::Types::DimensionGroup
- Inherits:
-
Object
- Object
- Aws::Types::DimensionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[::String]
Returns the value of attribute dimensions.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
Instance Attribute Details
#dimensions ⇒ ::Array[::String]
Returns the value of attribute dimensions.
100 101 102 |
# File 'sig/types.rbs', line 100 def dimensions @dimensions end |
#group ⇒ ::String
Returns the value of attribute group.
99 100 101 |
# File 'sig/types.rbs', line 99 def group @group end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
101 102 103 |
# File 'sig/types.rbs', line 101 def limit @limit end |