Class: Aws::IoT::Types::ListTargetsForPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTargetsForPolicyResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
A marker used to get the next set of results.
-
#targets ⇒ Array<String>
The policy targets.
Instance Attribute Details
#next_marker ⇒ String
A marker used to get the next set of results.
12412 12413 12414 12415 12416 12417 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12412 class ListTargetsForPolicyResponse < Struct.new( :targets, :next_marker) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<String>
The policy targets.
12412 12413 12414 12415 12416 12417 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12412 class ListTargetsForPolicyResponse < Struct.new( :targets, :next_marker) SENSITIVE = [] include Aws::Structure end |