Class: Aws::IoT::Types::ListTargetsForPolicyResponse

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_markerString

A marker used to get the next set of results.

Returns:

  • (String)


10975
10976
10977
10978
10979
10980
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10975

class ListTargetsForPolicyResponse < Struct.new(
  :targets,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<String>

The policy targets.

Returns:

  • (Array<String>)


10975
10976
10977
10978
10979
10980
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10975

class ListTargetsForPolicyResponse < Struct.new(
  :targets,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end