Class: Aws::SSM::Types::ListComplianceItemsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListComplianceItemsResult
- Defined in:
- gems/aws-sdk-ssm/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.
11838 11839 11840 11841 11842 11843 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11838 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.
11838 11839 11840 11841 11842 11843 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11838 class ListComplianceItemsResult < Struct.new( :compliance_items, :next_token) SENSITIVE = [] include Aws::Structure end |