Class: Aws::IoT::Types::AttachSecurityProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AttachSecurityProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_profile_name ⇒ String
The security profile that is attached.
-
#security_profile_target_arn ⇒ String
The ARN of the target (thing group) to which the security profile is attached.
Instance Attribute Details
#security_profile_name ⇒ String
The security profile that is attached.
658 659 660 661 662 663 |
# File 'lib/aws-sdk-iot/types.rb', line 658 class AttachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end |
#security_profile_target_arn ⇒ String
The ARN of the target (thing group) to which the security profile is attached.
658 659 660 661 662 663 |
# File 'lib/aws-sdk-iot/types.rb', line 658 class AttachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end |