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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 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.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 802 class Summary < Struct.new( :last_updated, :target_id, :target_id_type, :region, :resource_type, :non_compliant_resources) SENSITIVE = [] include Aws::Structure end |