Class: Aws::IoT::Types::ListSecurityProfilesForTargetResponse

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_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


10830
10831
10832
10833
10834
10835
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10830

class ListSecurityProfilesForTargetResponse < Struct.new(
  :security_profile_target_mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_target_mappingsArray<Types::SecurityProfileTargetMapping>

A list of security profiles and their associated targets.



10830
10831
10832
10833
10834
10835
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10830

class ListSecurityProfilesForTargetResponse < Struct.new(
  :security_profile_target_mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end