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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_itemsArray<Types::ComplianceItem>

A list of compliance information for the specified resource ID.

Returns:



11185
11186
11187
11188
11189
11190
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11185

class ListComplianceItemsResult < Struct.new(
  :compliance_items,
  :next_token)
  SENSITIVE = []
  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)


11185
11186
11187
11188
11189
11190
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11185

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