Class: Aws::IoT::Types::DetachSecurityProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetachSecurityProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DetachSecurityProfileRequest data as a hash:
{
security_profile_name: "SecurityProfileName", # required
security_profile_target_arn: "SecurityProfileTargetArn", # required
}
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.
4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-iot/types.rb', line 4585 class DetachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) include Aws::Structure end |
#security_profile_target_arn ⇒ String
The ARN of the thing group from which the security profile is detached.
4585 4586 4587 4588 4589 |
# File 'lib/aws-sdk-iot/types.rb', line 4585 class DetachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) include Aws::Structure end |