Class: Aws::ConfigService::Types::ResourceFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceFilters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Filters the results by resource account ID, region, resource ID, and resource name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit source account ID.
-
#region ⇒ String
The source region.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_name ⇒ String
The name of the resource.
Instance Attribute Details
#account_id ⇒ String
The 12-digit source account ID.
8522 8523 8524 8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-configservice/types.rb', line 8522 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The source region.
8522 8523 8524 8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-configservice/types.rb', line 8522 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
8522 8523 8524 8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-configservice/types.rb', line 8522 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
8522 8523 8524 8525 8526 8527 8528 8529 |
# File 'lib/aws-sdk-configservice/types.rb', line 8522 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |