Class: Aws::Inspector2::Types::Counts
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Counts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
a structure that contains information on the count of resources within a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of resources.
-
#group_key ⇒ String
The key associated with this group.
Instance Attribute Details
#count ⇒ Integer
The number of resources.
2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2547 class Counts < Struct.new( :count, :group_key) SENSITIVE = [] include Aws::Structure end |
#group_key ⇒ String
The key associated with this group
2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2547 class Counts < Struct.new( :count, :group_key) SENSITIVE = [] include Aws::Structure end |