Class: Aws::ResourceGroupsTaggingAPI::Types::GetComplianceSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetComplianceSummaryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroupstaggingapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pagination_token ⇒ String
A string that indicates that there is more data available than this response contains.
-
#summary_list ⇒ Array<Types::Summary>
A table that shows counts of noncompliant resources.
Instance Attribute Details
#pagination_token ⇒ String
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the ‘PaginationToken` value in the request for the next page.
287 288 289 290 291 292 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 287 class GetComplianceSummaryOutput < Struct.new( :summary_list, :pagination_token) SENSITIVE = [] include Aws::Structure end |
#summary_list ⇒ Array<Types::Summary>
A table that shows counts of noncompliant resources.
287 288 289 290 291 292 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 287 class GetComplianceSummaryOutput < Struct.new( :summary_list, :pagination_token) SENSITIVE = [] include Aws::Structure end |