Class: Aws::IoT::Types::DetachSecurityProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetachSecurityProfileRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_profile_name ⇒ String
The security profile that is detached.
-
#security_profile_target_arn ⇒ String
The ARN of the thing group from which the security profile is detached.
Instance Attribute Details
#security_profile_name ⇒ String
The security profile that is detached.
7268 7269 7270 7271 7272 7273 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7268 class DetachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end |
#security_profile_target_arn ⇒ String
The ARN of the thing group from which the security profile is detached.
7268 7269 7270 7271 7272 7273 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7268 class DetachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end |