Class: Aws::SSM::Types::ListNodesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListNodesResult
- 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.
-
#nodes ⇒ Array<Types::Node>
A list of managed nodes that match the specified filter criteria.
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.
12194 12195 12196 12197 12198 12199 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12194 class ListNodesResult < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<Types::Node>
A list of managed nodes that match the specified filter criteria.
12194 12195 12196 12197 12198 12199 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12194 class ListNodesResult < Struct.new( :nodes, :next_token) SENSITIVE = [] include Aws::Structure end |