Class: Aws::SSM::Types::ListComplianceItemsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListComplianceItemsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_items ⇒ Array<Types::ComplianceItem>
A list of compliance information for the specified resource ID.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#compliance_items ⇒ Array<Types::ComplianceItem>
A list of compliance information for the specified resource ID.
11492 11493 11494 11495 11496 11497 |
# File 'lib/aws-sdk-ssm/types.rb', line 11492 class ListComplianceItemsResult < Struct.new( :compliance_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
11492 11493 11494 11495 11496 11497 |
# File 'lib/aws-sdk-ssm/types.rb', line 11492 class ListComplianceItemsResult < Struct.new( :compliance_items, :next_token) SENSITIVE = [] include Aws::Structure end |