Class: Aws::SsmSap::Types::ListOperationEventsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Optionally specify filters to narrow the returned operation event items.

Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.

Returns:



974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 974

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

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If you do not specify a value for MaxResults, the request returns 50 items per page by default.

Returns:

  • (Integer)


974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 974

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 974

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

#operation_idString

The ID of the operation.

Returns:

  • (String)


974
975
976
977
978
979
980
981
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 974

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