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)


10704
10705
10706
10707
10708
10709
10710
# File 'lib/aws-sdk-iot/types.rb', line 10704

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)


10704
10705
10706
10707
10708
10709
10710
# File 'lib/aws-sdk-iot/types.rb', line 10704

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)


10704
10705
10706
10707
10708
10709
10710
# File 'lib/aws-sdk-iot/types.rb', line 10704

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