Class: Aws::SSM::Types::ListNodesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::NodeFilter>

One or more filters. Use a filter to return a more specific list of managed nodes.

Returns:



12335
12336
12337
12338
12339
12340
12341
12342
# File 'lib/aws-sdk-ssm/types.rb', line 12335

class ListNodesRequest < Struct.new(
  :sync_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


12335
12336
12337
12338
12339
12340
12341
12342
# File 'lib/aws-sdk-ssm/types.rb', line 12335

class ListNodesRequest < Struct.new(
  :sync_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


12335
12336
12337
12338
12339
12340
12341
12342
# File 'lib/aws-sdk-ssm/types.rb', line 12335

class ListNodesRequest < Struct.new(
  :sync_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sync_nameString

The name of the Amazon Web Services managed resource data sync to retrieve information about.

For cross-account/cross-Region configurations, this parameter is required, and the name of the supported resource data sync is ‘AWS-QuickSetup-ManagedNode`.

For single account/single-Region configurations, the parameter is not required.

Returns:

  • (String)


12335
12336
12337
12338
12339
12340
12341
12342
# File 'lib/aws-sdk-ssm/types.rb', line 12335

class ListNodesRequest < Struct.new(
  :sync_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end