Class: Aws::SSM::Types::ListNodesSummaryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListNodesSummaryResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#summary ⇒ Array<Hash<String,String>>
A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
12201 12202 12203 12204 12205 12206 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12201 class ListNodesSummaryResult < Struct.new( :summary, :next_token) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Array<Hash<String,String>>
A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
12201 12202 12203 12204 12205 12206 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12201 class ListNodesSummaryResult < Struct.new( :summary, :next_token) SENSITIVE = [] include Aws::Structure end |