Class: Aws::ResourceGroupsTaggingAPI::Types::GetComplianceSummaryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pagination_tokenString

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.

Returns:

  • (String)


287
288
289
290
291
292
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 287

class GetComplianceSummaryOutput < Struct.new(
  :summary_list,
  :pagination_token)
  SENSITIVE = []
  include Aws::Structure
end

#summary_listArray<Types::Summary>

A table that shows counts of noncompliant resources.

Returns:



287
288
289
290
291
292
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 287

class GetComplianceSummaryOutput < Struct.new(
  :summary_list,
  :pagination_token)
  SENSITIVE = []
  include Aws::Structure
end