Class: Aws::IoT::Types::ListRelatedResourcesForAuditFindingResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or null for the first API call.

Returns:

  • (String)


10721
10722
10723
10724
10725
10726
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10721

class ListRelatedResourcesForAuditFindingResponse < Struct.new(
  :related_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

The related resources.

Returns:



10721
10722
10723
10724
10725
10726
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10721

class ListRelatedResourcesForAuditFindingResponse < Struct.new(
  :related_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end