Class: Aws::Types::LimitsPerLabelSet
- Inherits:
-
Object
- Object
- Aws::Types::LimitsPerLabelSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_set ⇒ ::Hash[::String, ::String]
Returns the value of attribute label_set.
-
#limits ⇒ Types::LimitsPerLabelSetEntry
Returns the value of attribute limits.
Instance Attribute Details
#label_set ⇒ ::Hash[::String, ::String]
Returns the value of attribute label_set.
457 458 459 |
# File 'sig/types.rbs', line 457 def label_set @label_set end |
#limits ⇒ Types::LimitsPerLabelSetEntry
Returns the value of attribute limits.
456 457 458 |
# File 'sig/types.rbs', line 456 def limits @limits end |