Class: Aws::SSM::Types::ListCommandsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_idString

(Optional) If provided, lists only the specified command.

Returns:

  • (String)


11108
11109
11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108

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

#filtersArray<Types::CommandFilter>

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

Returns:



11108
11109
11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108

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

#instance_idString

(Optional) Lists commands issued against this managed node ID.

You can't specify a managed node ID in the same command that you specify Status = Pending. This is because the command hasn't reached the managed node yet.

Returns:

  • (String)


11108
11109
11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108

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

#max_resultsInteger

(Optional) 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)


11108
11109
11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108

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

#next_tokenString

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

Returns:

  • (String)


11108
11109
11110
11111
11112
11113
11114
11115
11116
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11108

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