Class: Aws::SSM::Types::ListOpsMetadataRequest

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::OpsMetadataFilter>

One or more filters to limit the number of OpsMetadata objects returned by the call.

Returns:



11874
11875
11876
11877
11878
11879
11880
# File 'lib/aws-sdk-ssm/types.rb', line 11874

class ListOpsMetadataRequest < Struct.new(
  :filters,
  :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)


11874
11875
11876
11877
11878
11879
11880
# File 'lib/aws-sdk-ssm/types.rb', line 11874

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

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


11874
11875
11876
11877
11878
11879
11880
# File 'lib/aws-sdk-ssm/types.rb', line 11874

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