Class: Aws::ConfigService::Types::AggregateResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregateResourceIdentifier
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the Amazon Web Services resource.
-
#resource_name ⇒ String
The name of the Amazon Web Services resource.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource.
-
#source_account_id ⇒ String
The 12-digit account ID of the source account.
-
#source_region ⇒ String
The source region where data is aggregated.
Instance Attribute Details
#resource_id ⇒ String
The ID of the Amazon Web Services resource.
347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 347 class AggregateResourceIdentifier < Struct.new( :source_account_id, :source_region, :resource_id, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the Amazon Web Services resource.
347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 347 class AggregateResourceIdentifier < Struct.new( :source_account_id, :source_region, :resource_id, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the Amazon Web Services resource.
347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 347 class AggregateResourceIdentifier < Struct.new( :source_account_id, :source_region, :resource_id, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#source_account_id ⇒ String
The 12-digit account ID of the source account.
347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 347 class AggregateResourceIdentifier < Struct.new( :source_account_id, :source_region, :resource_id, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region where data is aggregated.
347 348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 347 class AggregateResourceIdentifier < Struct.new( :source_account_id, :source_region, :resource_id, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |