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

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 attached.

Returns:

  • (String)


599
600
601
602
603
604
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 599

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

#security_profile_target_arnString

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

Returns:

  • (String)


599
600
601
602
603
604
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 599

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