Class: Aws::IoT::Types::ListAuditMitigationActionsExecutionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_statusString

Specify this filter to limit results to those with a specific status.

Returns:

  • (String)


9192
9193
9194
9195
9196
9197
9198
9199
9200
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9192

class ListAuditMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :action_status,
  :finding_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

Specify this filter to limit results to those that were applied to a specific audit finding.

Returns:

  • (String)


9192
9193
9194
9195
9196
9197
9198
9199
9200
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9192

class ListAuditMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :action_status,
  :finding_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


9192
9193
9194
9195
9196
9197
9198
9199
9200
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9192

class ListAuditMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :action_status,
  :finding_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9192
9193
9194
9195
9196
9197
9198
9199
9200
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9192

class ListAuditMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :action_status,
  :finding_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

Specify this filter to limit results to actions for a specific audit mitigation actions task.

Returns:

  • (String)


9192
9193
9194
9195
9196
9197
9198
9199
9200
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9192

class ListAuditMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :action_status,
  :finding_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end