Class: Aws::ConfigService::Types::ResourceFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ResourceFilters
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass ResourceFilters data as a hash:
{
account_id: "AccountId",
resource_id: "ResourceId",
resource_name: "ResourceName",
region: "AwsRegion",
}
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.
8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8113 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The source region.
8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8113 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8113 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8113 class ResourceFilters < Struct.new( :account_id, :resource_id, :resource_name, :region) SENSITIVE = [] include Aws::Structure end |