Class: Aws::IoT::Types::ListSecurityProfilesForTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListSecurityProfilesForTargetResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results. -
#security_profile_target_mappings ⇒ Array<Types::SecurityProfileTargetMapping>
A list of security profiles and their associated targets.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
12007 12008 12009 12010 12011 12012 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12007 class ListSecurityProfilesForTargetResponse < Struct.new( :security_profile_target_mappings, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_profile_target_mappings ⇒ Array<Types::SecurityProfileTargetMapping>
A list of security profiles and their associated targets.
12007 12008 12009 12010 12011 12012 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12007 class ListSecurityProfilesForTargetResponse < Struct.new( :security_profile_target_mappings, :next_token) SENSITIVE = [] include Aws::Structure end |