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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


7910
7911
7912
7913
7914
7915
7916
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7910

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

#regionString

The region where the account is located.

Returns:

  • (String)


7910
7911
7912
7913
7914
7915
7916
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7910

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)


7910
7911
7912
7913
7914
7915
7916
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7910

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