Class: Aws::IoT::Types::SecurityProfileTargetMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Information about a security profile and the target associated with it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_identifierTypes::SecurityProfileIdentifier

Information that identifies the security profile.



13669
13670
13671
13672
13673
13674
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13669

class SecurityProfileTargetMapping < Struct.new(
  :security_profile_identifier,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::SecurityProfileTarget

Information about the target (thing group) associated with the security profile.



13669
13670
13671
13672
13673
13674
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13669

class SecurityProfileTargetMapping < Struct.new(
  :security_profile_identifier,
  :target)
  SENSITIVE = []
  include Aws::Structure
end