Class: Aws::SSM::Types::ListNodesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListNodesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::NodeFilter>
One or more filters.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#sync_name ⇒ String
The name of the resource data sync to retrieve information about.
Instance Attribute Details
#filters ⇒ Array<Types::NodeFilter>
One or more filters. Use a filter to return a more specific list of managed nodes.
12081 12082 12083 12084 12085 12086 12087 12088 |
# File 'lib/aws-sdk-ssm/types.rb', line 12081 class ListNodesRequest < Struct.new( :sync_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
12081 12082 12083 12084 12085 12086 12087 12088 |
# File 'lib/aws-sdk-ssm/types.rb', line 12081 class ListNodesRequest < Struct.new( :sync_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
12081 12082 12083 12084 12085 12086 12087 12088 |
# File 'lib/aws-sdk-ssm/types.rb', line 12081 class ListNodesRequest < Struct.new( :sync_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configurations. Optional for single account/single-Region configurations.
12081 12082 12083 12084 12085 12086 12087 12088 |
# File 'lib/aws-sdk-ssm/types.rb', line 12081 class ListNodesRequest < Struct.new( :sync_name, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |