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.
12152 12153 12154 12155 12156 12157 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12152 class ListTargetsForPolicyResponse < Struct.new( :targets, :next_marker) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<String>
The policy targets.
12152 12153 12154 12155 12156 12157 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12152 class ListTargetsForPolicyResponse < Struct.new( :targets, :next_marker) SENSITIVE = [] include Aws::Structure end |