Class: Aws::ConfigService::Types::ResourceCountFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceCountFilters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Filters the resource count based on account ID, region, and resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit ID of the account.
-
#region ⇒ String
The region where the account is located.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource.
Instance Attribute Details
#account_id ⇒ String
The 12-digit ID of the account.
8391 8392 8393 8394 8395 8396 8397 |
# File 'lib/aws-sdk-configservice/types.rb', line 8391 class ResourceCountFilters < Struct.new( :resource_type, :account_id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The region where the account is located.
8391 8392 8393 8394 8395 8396 8397 |
# File 'lib/aws-sdk-configservice/types.rb', line 8391 class ResourceCountFilters < Struct.new( :resource_type, :account_id, :region) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the Amazon Web Services resource.
8391 8392 8393 8394 8395 8396 8397 |
# File 'lib/aws-sdk-configservice/types.rb', line 8391 class ResourceCountFilters < Struct.new( :resource_type, :account_id, :region) SENSITIVE = [] include Aws::Structure end |