Class: Aws::ResourceGroupsTaggingAPI::Types::Summary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

A count of noncompliant resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updatedString

The timestamp that shows when this summary was generated in this Region.

Returns:

  • (String)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end

#non_compliant_resourcesInteger

The count of noncompliant resources.

Returns:

  • (Integer)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region that the summary applies to.

Returns:

  • (String)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The Amazon Web Services resource type.

Returns:

  • (String)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the Organizations ListRoots API.

Returns:

  • (String)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end

#target_id_typeString

Whether the target is an account, an OU, or the organization root.

Returns:

  • (String)


689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 689

class Summary < Struct.new(
  :last_updated,
  :target_id,
  :target_id_type,
  :region,
  :resource_type,
  :non_compliant_resources)
  SENSITIVE = []
  include Aws::Structure
end