Class: Aws::Types::GroupCount
- Inherits:
-
Object
- Object
- Aws::Types::GroupCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#group_key ⇒ ::String
Returns the value of attribute group_key.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def count @count end |
#group_key ⇒ ::String
Returns the value of attribute group_key.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def group_key @group_key end |