Class: Aws::IoT::Types::ListTargetsForPolicyRequest

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

#markerString

A marker used to get the next set of results.

Returns:

  • (String)


10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10959

class ListTargetsForPolicyRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10959

class ListTargetsForPolicyRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The policy name.

Returns:

  • (String)


10959
10960
10961
10962
10963
10964
10965
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10959

class ListTargetsForPolicyRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end