Class: Aws::ConfigService::Types::AggregateResourceIdentifier

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

Instance Attribute Details

#resource_idString

The ID of the Amazon Web Services resource.

Returns:

  • (String)


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_nameString

The name of the Amazon Web Services resource.

Returns:

  • (String)


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_typeString

The type of the Amazon Web Services resource.

Returns:

  • (String)


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_idString

The 12-digit account ID of the source account.

Returns:

  • (String)


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_regionString

The source region where data is aggregated.

Returns:

  • (String)


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