Class: Aws::SSM::Types::ListComplianceItemsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_itemsArray<Types::ComplianceItem>

A list of compliance information for the specified resource ID.

Returns:



8338
8339
8340
8341
8342
# File 'lib/aws-sdk-ssm/types.rb', line 8338

class ListComplianceItemsResult < Struct.new(
  :compliance_items,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


8338
8339
8340
8341
8342
# File 'lib/aws-sdk-ssm/types.rb', line 8338

class ListComplianceItemsResult < Struct.new(
  :compliance_items,
  :next_token)
  include Aws::Structure
end