Class: Aws::IoT::Types::DetachSecurityProfileRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_nameString

The security profile that is detached.

Returns:

  • (String)


6560
6561
6562
6563
6564
6565
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6560

class DetachSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_target_arnString

The ARN of the thing group from which the security profile is detached.

Returns:

  • (String)


6560
6561
6562
6563
6564
6565
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6560

class DetachSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end