Class: Aws::Types::GroupedResourceCount
- Inherits:
-
Object
- Object
- Aws::Types::GroupedResourceCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def group_name @group_name end |
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def resource_count @resource_count end |