Class: Aws::SSM::Types::ListAssociationsRequest

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

#association_filter_listArray<Types::AssociationFilter>

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

<note markdown=“1”> Filtering associations using the ‘InstanceID` attribute only returns legacy associations created using the `InstanceID` attribute. Associations targeting the managed node that are part of the Target Attributes `ResourceGroup` or `Tags` aren’t returned.

</note>

Returns:



10989
10990
10991
10992
10993
10994
10995
# File 'lib/aws-sdk-ssm/types.rb', line 10989

class ListAssociationsRequest < Struct.new(
  :association_filter_list,
  :max_results,
  :next_token)
  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)


10989
10990
10991
10992
10993
10994
10995
# File 'lib/aws-sdk-ssm/types.rb', line 10989

class ListAssociationsRequest < Struct.new(
  :association_filter_list,
  :max_results,
  :next_token)
  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)


10989
10990
10991
10992
10993
10994
10995
# File 'lib/aws-sdk-ssm/types.rb', line 10989

class ListAssociationsRequest < Struct.new(
  :association_filter_list,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end