Class: Aws::IoT::Types::ListRelatedResourcesForAuditFindingRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_idString

The finding Id.

Returns:

  • (String)


11899
11900
11901
11902
11903
11904
11905
# File 'lib/aws-sdk-iot/types.rb', line 11899

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11899
11900
11901
11902
11903
11904
11905
# File 'lib/aws-sdk-iot/types.rb', line 11899

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

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


11899
11900
11901
11902
11903
11904
11905
# File 'lib/aws-sdk-iot/types.rb', line 11899

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