Class: Aws::ResourceGroupsTaggingAPI::Types::Summary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::Summary
- 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
-
#last_updated ⇒ String
The timestamp that shows when this summary was generated in this Region.
-
#non_compliant_resources ⇒ Integer
The count of noncompliant resources.
-
#region ⇒ String
The Amazon Web Services Region that the summary applies to.
-
#resource_type ⇒ String
The Amazon Web Services resource type.
-
#target_id ⇒ String
The account identifier or the root identifier of the organization.
-
#target_id_type ⇒ String
Whether the target is an account, an OU, or the organization root.
Instance Attribute Details
#last_updated ⇒ String
The timestamp that shows when this summary was generated in this Region.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |
#non_compliant_resources ⇒ Integer
The count of noncompliant resources.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region that the summary applies to.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Amazon Web Services resource type.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
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.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |
#target_id_type ⇒ String
Whether the target is an account, an OU, or the organization root.
743 744 745 746 747 748 749 750 751 752 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 743 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |