Class: Aws::IoT::Types::SecurityProfileTargetMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SecurityProfileTargetMapping
- 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
-
#security_profile_identifier ⇒ Types::SecurityProfileIdentifier
Information that identifies the security profile.
-
#target ⇒ Types::SecurityProfileTarget
Information about the target (thing group) associated with the security profile.
Instance Attribute Details
#security_profile_identifier ⇒ Types::SecurityProfileIdentifier
Information that identifies the security profile.
14080 14081 14082 14083 14084 14085 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14080 class SecurityProfileTargetMapping < Struct.new( :security_profile_identifier, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::SecurityProfileTarget
Information about the target (thing group) associated with the security profile.
14080 14081 14082 14083 14084 14085 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14080 class SecurityProfileTargetMapping < Struct.new( :security_profile_identifier, :target) SENSITIVE = [] include Aws::Structure end |