You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AttachSecurityProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AttachSecurityProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  security_profile_name: "SecurityProfileName", # required
  security_profile_target_arn: "SecurityProfileTargetArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_nameString

The security profile that is attached.

Returns:

  • (String)

    The security profile that is attached.

#security_profile_target_arnString

The ARN of the target (thing group) to which the security profile is attached.

Returns:

  • (String)

    The ARN of the target (thing group) to which the security profile is attached.