Class: Aws::ConfigService::Types::ResourceCountFilters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The 12-digit ID of the account.

Returns:

  • (String)


7850
7851
7852
7853
7854
7855
7856
# File 'lib/aws-sdk-configservice/types.rb', line 7850

class ResourceCountFilters < Struct.new(
  :resource_type,
  :account_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The region where the account is located.

Returns:

  • (String)


7850
7851
7852
7853
7854
7855
7856
# File 'lib/aws-sdk-configservice/types.rb', line 7850

class ResourceCountFilters < Struct.new(
  :resource_type,
  :account_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the Amazon Web Services resource.

Returns:

  • (String)


7850
7851
7852
7853
7854
7855
7856
# File 'lib/aws-sdk-configservice/types.rb', line 7850

class ResourceCountFilters < Struct.new(
  :resource_type,
  :account_id,
  :region)
  SENSITIVE = []
  include Aws::Structure
end